geddski / overmind

Easy module isolation and lazy loading for Angular apps
Other
505 stars 24 forks source link

Gulp build #4

Closed kentcdodds closed 10 years ago

kentcdodds commented 10 years ago

Adds a gulp build to the project for gh-pages. $ npm install && gulp deploy

geddski commented 10 years ago

@kentcdodds this is awesome, thanks for doing this. Only issue I can think of is that I'm going to still want to be able to run the demo locally during development, and will probably add e2e tests around it. So maybe I'll add the express server back in. Otherwise this is perfect.

geddski commented 10 years ago

nvm I can still run it with http-server or anything. Sweet. Merging.

geddski commented 10 years ago

Thanks again @kentcdodds!