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

Enable sourcemap support for Ember development. #10548

Merged
merged 1 commit into from
Feb 28, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 28, 2015

This is useful while developing on Ember, and we may possibly publish the maps to bower, S3, etc in the future, but we need to be careful to not cause many errors/warnings while building Ember CLI (if the .map file is referenced but not present it causes a console warning).

@@ -20,6 +20,7 @@ script:

env:
global:
- DISABLE_SOURCE_MAPS=true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ensures that Travis builds do not contain sourcemaps. We will remove this in the future when all kinks in the ember-cli sourcemap pipeline are ironed out.

This is useful while developing on Ember, and we may possibly publish
the maps to `bower`, S3, etc in the future, but we need to be careful to
not cause many errors/warnings while building Ember CLI (if the `.map`
file is referenced but not present it causes a console warning).
rwjblue added a commit that referenced this pull request Feb 28, 2015
Enable sourcemap support for Ember development.
@rwjblue rwjblue merged commit f3a6b40 into emberjs:master Feb 28, 2015
@rwjblue rwjblue deleted the enable-sourcemaps-for-dev branch February 28, 2015 18:11
tricknotes added a commit to tricknotes/ember.js that referenced this pull request Apr 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant