I tried to include js in Layout XML of cms page but js is not included. I want to apply js on particular cms page.
2
You can read this blog post and i hope that it will help you to solve your issues. You can also share your code what you have done so far. https://alanstorm.com/magento_2_javascript_css_layout_woes/
<reference name="head"> <action method="addJs"><script>megnor/carousel.min.js</script></action> </reference>
Click here to cancel reply.
2
Answers
You can read this blog post and i hope that it will help you to solve your issues. You can also share your code what you have done so far.
https://alanstorm.com/magento_2_javascript_css_layout_woes/
<reference name="head">
<action method="addJs"><script>megnor/carousel.min.js</script></action>
</reference>