grunt-contrib-connect is a plugin for the Javascript task runner Grunt. The primary use is to start a connect web server.
Questions tagged [grunt-contrib-connect]
107 questions
-1
votes
1 answer
What is grunt serve capable of doing with connect?
I am working on a project on a remote server since I need python and DB resources that my local machine can't access.
I've read this page a few times now:
https://github.com/gruntjs/grunt-contrib-connect
... and can't find out what is meant by some…

JacobIRR
- 8,545
- 8
- 39
- 68
-1
votes
1 answer
Grunt: is there a way to load a determinate file or url, based on current path
I am building a site, and in a case, users will get to the site with some parameters in the url. Something like this:
http://example.org/params/param1/param2
I need Grunt to recognize this url, and load the / root of the site, where I read those…

Pablo
- 9,424
- 17
- 55
- 78