JustGoscha / allmighty-autocomplete

Simple to use autocomplete directive in a module for AngularJs!
MIT License
392 stars 232 forks source link

Bower.json contains no css files #59

Open shuk opened 10 years ago

shuk commented 10 years ago

Following values of bower.json are incorrect:

"main": ["./script/autocomplete.js"]

Reason: I use grunt wiredep module and mentioned settings used for dependencies infection. As a result my result index.html don't have link to css

Solution: Will be good to replace mentioned settings of bower.json to

"main": ["./script/autocomplete.js", "./styles/autocomplete.css"]