generator-angular
generator-angular copied to clipboard
fix(gulpfile): gulp bower not wiring deps correctly
This solved the problem reported in #1199 for me.
Closes #1199
Hi, when it will be merged? Bug #1199 still reproducable
No idea.... Owners/Colabs, any feedback?
I've had to rebase this due to conflicts... Anything I can do to help speed this PR's merge?
Thanks!
It fixed, thanks! I've to download this patch and apply it manually.
For created project:
cd /path/to/created/project/
curl -LO https://github.com/yeoman/generator-angular/pull/1247.patch
patch -b gulpfile.js 1247.patch
For generator-angular:
cd /usr/local/lib/node_modules/generator-angular
curl -LO https://github.com/yeoman/generator-angular/pull/1247.patch
patch -b -p1 < 1247.patch
The test/karma.conf.js file also need to be updated.
One thing that would be nice is if the bower
task could be added into task chain of tasks such as default
or serve
. Currently, the bower
task appears to only run if bower.json
is changed.
+1 to @LonnyGomes' comment.
Why has this not been merged yet? The issue still persists and this fixes it.
yup, issue still there and this worked for me.
Merge please
Is this ever going to be merged? Should I drop the PR?