Closed gion closed 9 years ago
How has generator-angular resolved this? We'll just patch our code to match theirs in the near interim, since all of this is derived from their setup.
I haven't followed their commit history, but they have totally removed the options
property from the wiredep
task config.
Thanks, I've made this change manually to fix the merge conflict.
Added to the 0.9.1 release. Thanks!
Specifying a
cwd
option in a task's config makes that directory the "base" directory from which all the operations start.In this case, having the
cwd
pointing to the app folder, and simultaneously having app in the filepaths of the subtasks, thewiredep
was actually doubling the app folder, searching for files at wrong paths (like app/app/file-name).I propose this filechange in order to fix the bug and keeping this repo somewhat in sync with the original one.