jtrussell/angular-snap.js-bower

main property in bower.json

Closed this issue · 3 comments

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

Thanks! Nice catch.

You're welcome !

My ngTailor, which will soon integrate angular-snap, can now have a correct index.html ;)

Very great news ! 👍