I am trying to use the grunt watch plugin (https://www.npmjs.org/package/grunt-contrib-watch) to create custom filewatchers. I am writing compile scripts for coffeescript files to be compiled when they are changed. Here is the basic…
I used yo webapp with sass setup this project. I also add compass into grunt and working well.
Once I try to configure coffee in Gruntfile.js. I receive an error message.
Warning: Required config property "coffee.server" missing. Use --force to…