Skip to content

Commit

Permalink
fixing netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 11, 2019
1 parent 4b90b25 commit 6a8c0d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ module.exports = function(defaults) {
]
}
},
minifyCSS: {
enabled: false
},
'ember-prism': {
'components': ['bash', 'javascript', 'handlebars', 'markup-templating'],
'plugins': ['line-highlight']
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function(environment) {
}

if (environment === 'production') {
ENV.rootURL = '/ember-cli-notifications';
// production config
}

return ENV;
Expand Down

0 comments on commit 6a8c0d2

Please sign in to comment.