I am using Aurora JQuery Store (WCS 8), I want to make changes in the java script files (widget.js, store.js , vendor.js) but when i make make changes directly in those files its not getting reflected. Please explain the flow of making changes in the script files of WCS 8 - Aurora JQuery Store.
1 Answer
Have a look at the overall picture here: jQuery Aurora starter store
There is a build/re-build stage involved to combine, minify, etc. JS & CSS (step 3).
6 Comments
Jayanth
Is this the only way? Because for making a simple script change in development environment, I need to follow these many steps to get the change reflect in the store.
Tasos Zervos
As far as I know, the source scripts (i.e. where you are thinking of making the changes) are not used/seen directly by the page on the browser, so your script changes won't be in the JS file that is used. How long is the grunt step taking?
Jayanth
Please refer ibm.com/support/knowledgecenter/en/SSZLC2_8.0.0/…
Tasos Zervos
"Please refer"?
Jayanth
Is there any option to stop Minification in development environment?
|