gyllstromk / grunt-bowerful

Install bower packages directly, specified in your grunt file.
MIT License
15 stars 4 forks source link

switching from component.json to bower.json #16

Open 0x6a68 opened 11 years ago

0x6a68 commented 11 years ago

according to this https://github.com/twitter/bower/commit/ec6df96a85cb0dfd2269fbec55db767e275f1a7d, you should switch from component.json to bower.json

d4tocchini commented 11 years ago

+1

0x6a68 commented 11 years ago

fyi it landed in branch develop and if you want to use it, put something like that in your package.json

"devDependencies": {
  "grunt-bowerful": "https://github.com/gyllstromk/grunt-bowerful/tarball/develop",
}