ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

How to use this with a library that contains .css files? #123

Closed RedTn closed 6 years ago

RedTn commented 6 years ago

I've been using this addon with https://github.com/c3js/c3 and it works quite nicely but I have to manually copy and paste the css and import it into my app.scss in order to apply the styles.

Is there a way to accomplish this with this addon?

RedTn commented 6 years ago

Never mind, looks like this can be accomplished by leveraging Ember 2.15 https://www.emberjs.com/blog/2017/09/01/ember-2-15-released.html#toc_app-import-files-within-node_modules