Closed kitop closed 9 years ago
Add the base path (app) to nodestatic-serve task. Before this, it was failing to find require.js when you visited http://localhost:9999/app.
require.js
http://localhost:9999/app
This change fixes that, but introduces a few other things:
/app
/demo
Coverage remained the same at 73.74% when pulling 3f5e14b6e9509852f4f75df4a2dbf5ee86bf7b09 on kitop:grunt-serve-fix into 5bfed143840c1e8c9b1ff61564fe11af5a7f5d2c on mstefaniuk:master.
Thanks. I'm accepting this pull request. Serve task is now obsolete because app is served by hoodie.
Ah, gotcha! Thanks for the info :)
Add the base path (app) to nodestatic-serve task. Before this, it was failing to find
require.js
when you visitedhttp://localhost:9999/app
.This change fixes that, but introduces a few other things:
/app
)/demo