Skip to content

Commit

Permalink
Merge pull request #10548 from rwjblue/enable-sourcemaps-for-dev
Browse files Browse the repository at this point in the history
Enable sourcemap support for Ember development.
  • Loading branch information
rwjblue committed Feb 28, 2015
2 parents dbe009f + ad79c1e commit f3a6b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ script:

env:
global:
- DISABLE_SOURCE_MAPS=true
- BROCCOLI_ENV=production
- S3_BUILD_CACHE_BUCKET=emberjs-build-cache
- S3_BUCKET_NAME=builds.emberjs.com
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ember-cli-dependency-checker": "0.0.7",
"ember-cli-yuidoc": "^0.4.0",
"ember-publisher": "0.0.7",
"emberjs-build": "0.0.33",
"emberjs-build": "0.0.36",
"express": "^4.5.0",
"github": "^0.2.3",
"glob": "~4.3.2",
Expand Down

0 comments on commit f3a6b40

Please sign in to comment.