taptapship / wiredep

Wire Bower dependencies to your source code.
MIT License
1.15k stars 142 forks source link

css injection not happening #142

Closed aneeshmg closed 9 years ago

aneeshmg commented 9 years ago

I'm using timecircles -> https://github.com/wimbarelds/TimeCircles/ for my project. When I install the package using bower and run grunt, the js file (of the package) is being injected to my index.html but the css file is not

stephenplusplus commented 9 years ago

https://github.com/wimbarelds/TimeCircles/blob/master/bower.json#L9

They need to include the CSS file under main for wiredep to know what to do.