Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main property in bower.json #5

Closed
lauterry opened this issue Jan 28, 2014 · 3 comments
Closed

main property in bower.json #5

lauterry opened this issue Jan 28, 2014 · 3 comments

Comments

@lauterry
Copy link

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
Copy link
Owner

Thanks! Nice catch.

@lauterry
Copy link
Author

You're welcome !

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

@MathRobin
Copy link

Very great news ! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants