Open shuk opened 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"]
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"]