ericclemmons / grunt-express-server

Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde
MIT License
248 stars 64 forks source link

Server is stopped. #93

Open MaestroJurko opened 9 years ago

MaestroJurko commented 9 years ago

Starting background Express server Listening on port 3000

Done, without errors. Matjazs-MBP:angular-app

keeev commented 9 years ago

Check this out: https://github.com/ericclemmons/grunt-express-server#starting-the-server

If you have a server defined named dev, you can start the server by running express:dev. The server only runs as long as grunt is running. Once grunt's tasks have completed, the web server stops.

Add grunt-contrib-watch + a watch task so it won't stop watching/running.