I've just started using Yeoman to scaffold a new Angular app. I followed the installation guide at generator-angular but chose to use gulp instead of grunt for the task runner.
After installation I received error : task 'wiredep' is not in you gulpfile
.
I tried running the build using gulp
and received error : TypeError: $.useref.restore is not a function
If I run gulp serve
, the resulting page does not wire dependencies.
Is there a fix to the errors above?
I noticed that Yeoman uses grunt, and that gulp is experimental, so I guess the above errors are expected. Should I post it as an issue at the generator's GitHub page?