Questions tagged [grunt-contrib-coffee]

Compile CoffeeScript files to JavaScript.

Grunt task to compile CoffeeScript files to JavaScript.

17 questions
0
votes
1 answer

Creating a file watcher for coffeescript with grunt

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…
EternallyCurious
  • 2,345
  • 7
  • 47
  • 78
-1
votes
1 answer

Adding Coffee into Gruntfile.js

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…
Clement
  • 17
  • 1
  • 4
1
2