Skip to content

Commit

Permalink
Auto merge of #5874 - ember-cli:wagenet-patch-1, r=nathanhammond
Browse files Browse the repository at this point in the history
Don't process CSS imports by default

This is a potentially dangerous default in clean-css. Ideally they'd change it there, but it doesn't seem that it's likely. The benefits of importing files by URL is also greatly reduced in ember-cli apps. See clean-css/clean-css#767
  • Loading branch information
homu committed Jan 5, 2017
2 parents 54978b8 + bd3cc13 commit 4ea756a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/broccoli/ember-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ EmberApp.prototype._initOptions = function(options) {
},
minifyCSS: {
enabled: this.isProduction,
options: { processImport: false },
},
minifyJS: {
enabled: this.isProduction,
Expand Down

0 comments on commit 4ea756a

Please sign in to comment.