Hi,
Why not include the angucomplete.css reference in bower.json? I have to change this file manually to grunt wiredep task includes the css in the index.html.
"main": [
"./angucomplete.js",
"./angucomplete.css"
],
instead of
"main": "./angucomplete.js",
Cheers
Hi,
Why not include the angucomplete.css reference in bower.json? I have to change this file manually to grunt wiredep task includes the css in the index.html.
instead of
Cheers