GrayBullet / generator-graybullet-cordova

Webapp and AngularJS yeoman generator for Apache Cordova.
MIT License
10 stars 4 forks source link

Please add the 'grunt bowerInstall' task #13

Closed hirokihara closed 9 years ago

hirokihara commented 9 years ago

Please add the 'grunt bowerInstall' task

masakura commented 9 years ago

Now, wiredep task is used instead of bowerInstall task from "generator-webapp@>= 0.5.0". See generator-webapp@0.5.0 release note.

However, it is not necessary to perform the tasks wiredep. wiredep task are automatically executed with serve tasks and build task.

hirokihara commented 9 years ago

I'm sorry, wiredep did not know.

I see generator-webapp@0.5.0 release note.