Magestore / Bannerslider-Magento2

Banner Slider Extension on Magento 2 - best way to capture the eyes of visitors!
http://www.magestore.com/banner-slider-on-magento2.html/
82 stars 100 forks source link

Js files are not including from correct path #6

Closed Erchiragdodia closed 8 years ago

Erchiragdodia commented 8 years ago

After successfully installed and configure module on frontside i'm getting jquery file errors in console like

GET http://localhost/magento2-develop/pub/static/frontend/Magento/luma/en_US/magestore/evolutionslider.js

Magento is trying to search file from above location, as per the module it should search for the file in to http://localhost/magento2-develop/pub/static/frontend/Magento/luma/en_US/Magestore_Bannerslider/js/evolutionslider.js path

why its looking in to wrong path?

All js files are already generated in pub\static\frontend\Magento\luma\en_US\Magestore_Bannerslider\js path

blankapham commented 8 years ago

May be your installation is in default mode. Please change to developer mode by using this command: php bin/magento deploy:mode:set developer (window server) or bin/magento deploy:mode:set developer (linux) After change to developer mode, static files will be generated after reloading page.