yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

fix bower_component loading problem on _gulpfile template #1408

Open yohannist opened 7 years ago

yohannist commented 7 years ago

Before:

The consequence of these problems is when running gulp serve, the user is met with a page that has no css and no js libraries.

After: • Fixed wiredep directory to proper location (outside of the app folder) • Started watching index.html (via paths.views.main) • Added bower_component as a resource for the server middleware

ahakeem commented 7 years ago

no

yohannist commented 7 years ago

is the issue fixed?

On Tue, Sep 19, 2017 at 5:13 PM ahakeem notifications@github.com wrote:

no

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yeoman/generator-angular/pull/1408#issuecomment-330552647, or mute the thread https://github.com/notifications/unsubscribe-auth/AECguyoLY8BR3ZMV-6e-BuK_u9CyWT4Sks5sj8wKgaJpZM4N0PQP .

-- Regards,

Yohannes

ahakeem commented 7 years ago

thank you