yeoman / generator-webapp_DEPRECATED

Yeoman generator that scaffolds out a front-end web app
http://yeoman.io
974 stars 310 forks source link

Jquery plugin css are not injected in html #424

Closed Tropicalista closed 10 years ago

Tropicalista commented 10 years ago

If I try to add a jquery plugin, it not adds the related css to the head of index.html.

I have tried with

bower install --save FlipClock
grunt bowerInstall

the FlipClock.js is added, but the flipclock.css is not added.

sindresorhus commented 10 years ago

It only adds what's specified in the main field in the package's bower.json: https://github.com/objectivehtml/FlipClock/blob/316157e3e1f461aff8f40192c443d3e81eb300f5/bower.json#L10 Ask the author to include the CSS file too.

Tropicalista commented 10 years ago

yes, I've committed a change to the creator...Thanks