grunt-contrib-connect is a plugin for the Javascript task runner Grunt.
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-connectI 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-connectI 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