yatskevich / grunt-bower-task

Grunt plugin for Bower
MIT License
490 stars 120 forks source link

Bower spec changes #163

Open alexsaare opened 8 years ago

alexsaare commented 8 years ago

The Bower spec for main has changed (see https://github.com/bower/spec/pull/43)

As such, main only contains the entry points rather than the files required to use the package. This means that the copy files functionality doesn't bring in all the required files. This is quite an issue for packages like bootstrap.

To save anyone else the bother of trawling through the extensive list of issues and comments... thought I'd share that this issue has now been raised in bower to address this - https://github.com/bower/spec/issues/47

codewithtyler commented 8 years ago

As of 7/17/2016 this is the current list of commands available through Bower:

  1. cache
  2. help
  3. home
  4. info
  5. init
  6. install
  7. link
  8. list
  9. login
  10. lookup
  11. prune
  12. register
  13. search
  14. update
  15. uninstall
  16. version