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
I am using useMin to concat and uglify my files. Everything seems to be working, the files are being concated, uglifyed and source maps are generated. The problem is - when I set breakpoints in the source code it never stops. It seems that the lines mapped between the uglifyed and the original files are incorrect. This is the grunt file configuration and versions. Anyone has an idea what is wrong here ?
The text was updated successfully, but these errors were encountered:
itaycolabo
changed the title
source maps, doesm dont work in concat uglify using useminprepare
source maps, doesn't stop on breakpoints when using concat & uglify in useminprepare
Mar 4, 2018
I am using useMin to concat and uglify my files. Everything seems to be working, the files are being concated, uglifyed and source maps are generated. The problem is - when I set breakpoints in the source code it never stops. It seems that the lines mapped between the uglifyed and the original files are incorrect. This is the grunt file configuration and versions. Anyone has an idea what is wrong here ?
Versions
"grunt": "^0.4.5",
"grunt-usemin": "^3.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.7.0",
Thanks.
The text was updated successfully, but these errors were encountered: