main property in bower.json
Closed this issue · 3 comments
lauterry commented
Hi,
In the bower.json, there is a main property
"main": [
"angular-snap.js",
"angular-snap.min.js",
"angular-snap.css",
"angular-snap.min.css"
]
It should be
"main": [
"angular-snap.js",
"angular-snap.css"
]
Tools like grunt bower-install expects bower.json to register one primary endpoint of each file, not the file + the minified version.
Best regards
jtrussell commented
Thanks! Nice catch.
lauterry commented
You're welcome !
My ngTailor, which will soon integrate angular-snap, can now have a correct index.html ;)
MathRobin commented
Very great news ! 👍