stephenplusplus/grunt-wiredep

Can it be used for styles?

Closed this issue · 2 comments

ekkis commented

a lot of bower packages comes with their own stylesheets, can this module be used to include them? if not, is there another module I should be using?

seems to me it wouldn't be that different to pick up css files and could be integrated into this module...

css files are inserted with this tag in your html files (defined in src options) :

<!-- bower:css -->
<!-- endbower -->
ekkis commented

yes, I figured it out quite a while back. thanks for responding