grunt-express-angular-example icon indicating copy to clipboard operation
grunt-express-angular-example copied to clipboard

Examples given dont run

Open stiofand opened this issue 12 years ago • 2 comments

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

stiofand avatar Mar 18 '14 12:03 stiofand

The same for me. Any idea?

DiegoRam avatar Sep 22 '14 22:09 DiegoRam

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.

stiofand avatar Sep 23 '14 06:09 stiofand