angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

added possibility to run a local webserver for manual testing #41

Closed dasois closed 9 years ago

dasois commented 10 years ago

I added the possibility to do gulp webserver and thus inspect for example the example page locally.

btford commented 9 years ago

I don't think this is really necessary. I usually just use something like http-server or python -m SimpleHTTPServer.

Adding deps to devDeps means that CI will take a bit longer, and npm has just that much more load.

Thanks though!