Questions tagged [gruntfile]

gruntfile is the the main configuration location for customizing grunt which is used for automating and running JavaScript tasks.

91 questions
-1
votes
1 answer

http-rewrite-middleware with generator-cg-angular

Anyone succeded to use "http-rewrite-middleware" with "generator-cg-angular"?? I try this setup in Gruntfile.js, similar to what they recomend for Grunt with connect. var rewriteModule = require('http-rewrite-middleware'); And then in…
1 2 3 4 5 6
7