JS scripts without compression

Hi,

Sage gulp in default setting combines and compresses (minify) Bootstrap JavaScript and assets/scripts/main.js file, but I need to turn off this minification. I want final dist/scripts/main.js without compresses (readable JS code).

regards

in gulpfile.js at line 137 is where the JS Uglify task begins - I believe this is what minifies the javascript.

2 Likes

Yes, this is it!
Thanks a lot.