eugeneware / debowerify

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
491 stars 51 forks source link

Updates for Bower 1.0 #7

Closed joefiorini closed 11 years ago

joefiorini commented 11 years ago

bower.commands.ls doesn't appear to exist anymore. It seems the task fails silently, at least when run within grunt-browserify. Also, just changing ls to bower.commands.list doesn't fix the problem.