generator-gulp-angular icon indicating copy to clipboard operation
generator-gulp-angular copied to clipboard

Why still use bower when npm3 has flat dependencies?

Open tscislo opened this issue 9 years ago • 1 comments

Why still use bower when npm3 has flat dependencies?

TS

tscislo avatar May 08 '16 18:05 tscislo

Switching from Bower to NPM is a lot more complicated than just having NPM to use a flat dep directory. A tool like wiredep on which we heavily depends doesn't exists for NPM.

gulp-angular will not remove Bower but we're working hard on the new version which have dependency management as an option: https://github.com/FountainJS/generator-fountain-webapp

Swiip avatar May 09 '16 07:05 Swiip