Skip to content
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

Closed
xt0rted opened this issue Jun 4, 2015 · 3 comments
Closed

Generate js sourcemaps #16583

xt0rted opened this issue Jun 4, 2015 · 3 comments

Comments

@xt0rted
Copy link
Contributor

xt0rted commented Jun 4, 2015

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.

@kkirsche
Copy link
Contributor

kkirsche commented Jun 4, 2015

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.

@xt0rted
Copy link
Contributor Author

xt0rted commented Jun 4, 2015

The minified css files don't have sourcemaps either. This can be enabled with cssmin the same way.

kkirsche added a commit to kkirsche/bootstrap that referenced this issue Jun 5, 2015
@mdo
Copy link
Member

mdo commented Jun 18, 2015

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!

@mdo mdo closed this as completed Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants