Closed aneeshmg closed 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
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.
main
wiredep
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