born2net / Angular-kitchen-sink

:rocket: Angular - learn by example
http://ng.javascriptninja.io
755 stars 146 forks source link

Usability question #29

Closed bjornharvold closed 7 years ago

bjornharvold commented 7 years ago

Hi,

This is more a gulp configuration question than anything else. Ideally, I'd like to run the app from the root domain and not from a sub-directory like src/public/index.html. I want to be able to go to localhost:8080 and have the gulp configuration use /src/public as doc root. This way I mimic a production environment closer.

Is that something that's easy to do with your setup?

Thank you

born2net commented 7 years ago

sure the entire production gulp script bundles into a single file, so you can host at any path you like, easy!

bjornharvold commented 7 years ago

I was referring to the development environment. This is not a big deal. Just asking if it's an easy configuration change.