You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i use uglifyjs2 straight from shell using the below, it works. Therefore, I believe it's grunt-contrib-uglify's fault for the reordering of src code during concat. Please advise.
This is maintained:
This works if app.js is not modified:
This DOES NOT work, src order is lost:
If i use uglifyjs2 straight from shell using the below, it works. Therefore, I believe it's grunt-contrib-uglify's fault for the reordering of src code during concat. Please advise.
./node_modules/uglify-js/bin/uglifyjs <%= app.js.map((file)=>
app/${file}).toString().replace(',', ' ') %> -o build/dev/js/app.min.js
The text was updated successfully, but these errors were encountered: