jorgeferrando / angular-lazy-load-seed

A seed to create an AngularJS project that lazy-loads modules with ocLazyLoad and ui.router
5 stars 3 forks source link

Use bower #1

Open jimthedev opened 10 years ago

jimthedev commented 10 years ago

General convention for front end dependency management is to use a bower.json. See yeoman.

jorgeferrando commented 10 years ago

Yes, thank you, you are totally right. I know it, but this project comes from a company project that doesn't use any package manager or tdd framework, so I must update it.