lifegadget / ui-slider

A visually attractive slider for ambitious Ember apps
https://ui-slider.firebaseapp.com/
MIT License
30 stars 39 forks source link

Add options to disable importing CSS #23

Closed simonihmig closed 7 years ago

simonihmig commented 7 years ago

In case you want to write some custom CSS it makes more sense to not import the default one, instead of having to override everything. This adds some options (for the app's ember-cli-build.js) to opt out of importing the default CSS.

BTW, removed the use of let in index.js, because that is only available with node 4+.

simonihmig commented 7 years ago

You are welcome! :)

I actually have no problem with requiring node 4, and using let on node-land, but then you should update the requirements in your package.json as well: https://github.com/lifegadget/ui-slider/blob/master/package.json#L16

yankeeinlondon commented 7 years ago

Oh that's a good point 👍