Skip to content

Commit

Permalink
Disabling minifyCSS for production for demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajasegar committed Aug 23, 2018
1 parent ac4be5f commit 70ca08e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
module.exports = function(defaults) {
let app = new EmberAddon(defaults, {
// Add options here
minifyCSS: {
enabled: false
}
});

/*
Expand Down

0 comments on commit 70ca08e

Please sign in to comment.