-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate js sourcemaps #16583
Comments
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. |
The minified css files don't have sourcemaps either. This can be enabled with cssmin the same way. |
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: