AH
Asked
Hi Admin
We do some development to solve the issues in Stock Manager Advance with All Modules. Therefore can we have the un minified versions of the following java scripts
general.js
libs.min.js
scripts.min.js
We do some development to solve the issues in Stock Manager Advance with All Modules. Therefore can we have the un minified versions of the following java scripts
general.js
libs.min.js
scripts.min.js
- MSAnsweredHello,
Every file is there, including `themes/default/shop/assets/scripts/general.js` that is minified to `themes/default/shop/assets/js/general.js` and the libs are in `themes/default/shop/assets/libs/`
Thank you - AHAnsweredthemes/default/shop/assets/scripts/general.js is ok
Cannot find scripts.min.js unminified file - MSAnsweredHello,
I am sorry the `themes/default/shop/assets/scripts/general.js` is minified to `themes/default/shop/assets/js/scripts.min.js`
You can always refer to the `gulpfile.js` to check the paths and reference for each gulp action.
Thank you - Login to Reply