Skip to content

Commit

Permalink
don't force host apps to import normalize.css - its only needed for d…
Browse files Browse the repository at this point in the history
…ummy app (#20)
  • Loading branch information
scottkidder authored and mtoygar committed Aug 24, 2019
1 parent 12ce31f commit 197a2cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ module.exports = function(defaults) {
behave. You most likely want to be modifying `./index.js` or app's build file
*/

app.import('node_modules/normalize.css/normalize.css');

return app.toTree();
};
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
'use strict';

module.exports = {
name: 'ember-poller',
included: function(app) {
app.import('node_modules/normalize.css/normalize.css');
}
name: 'ember-poller'
};

0 comments on commit 197a2cf

Please sign in to comment.