blai / grunt-express-angular-example

Sample app that shows the usage of grunt-express v1.0
65 stars 30 forks source link

Examples given dont run #8

Open stiofand opened 10 years ago

stiofand commented 10 years ago

Have these examples in the README.md actually been tested lately, they dont work in Node and Express with the latest versions?

DiegoRam commented 10 years ago

The same for me. Any idea?

stiofand commented 10 years ago

Of course we can replace it with the grunt express middleware but its easier just to separately write quick express static server if, especially if its just to run the app, I even use python -m http.server #port with my python 3 installation on the command line in the directory you want to serve. Instant static server, then just run grunt separately.