angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.12k stars 1.24k forks source link

Add --base flag to gulp build to allow setting base href location #2380

Open MichaelMarkieta opened 7 years ago

MichaelMarkieta commented 7 years ago

It would be great to have a gulp build flag that lets use set the base href. This will help out users who deploy to virtualhosts/subcontext directories on their webservers.

MichaelMarkieta commented 7 years ago

Looks like angular-seed has this, although wrong angular version: https://github.com/mgechev/angular-seed/issues/1575 Will look into this some more later.