Top "Grunt-contrib-connect" questions

grunt-contrib-connect is a plugin for the Javascript task runner Grunt.

Warning: connect.static is not a function Use --force to continue

I am using YO lessapp project, "grunt-contrib-connect" helps me to start a node js server on 9000 port. Whenever I run …

gruntjs npm grunt-contrib-connect
Grunt connect task and middleware Access-Control-Allow-Origin

I would like to allow access to cross origin calls which I need to be able to perform rest API …

javascript node.js angularjs gruntjs grunt-contrib-connect
Using grunt-contrib-connect - open page URL with added context path

I have set up grunt connect like this: connect: { options: { port: 9000, livereload: 35729, hostname: 'localhost' }, livereload: { options: { open: true, base: [ 'app' ] } } } …

gruntjs grunt-contrib-connect