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
Is there any reason why the js files don't have sourcemaps like the css files do? Both the concat and uglify tasks support this when you set sourceMap to true.
The text was updated successfully, but these errors were encountered:
Good question. While I am not aware of a reason, when I get home / if the core team is interested I should be able to put together a PR to fix / add that.
Punting on this since I believe we don't really do anything crazy to our JS. No matter what format you're running—individual, compiled, or minified+compiled—you'll get JS that runs in browser. Thanks though!
Is there any reason why the js files don't have sourcemaps like the css files do? Both the concat and uglify tasks support this when you set
sourceMap
totrue
.The text was updated successfully, but these errors were encountered: