coffeecup
coffeecup copied to clipboard
Does not work with require.js + node.js
When using require.js + node.js to combine scripts:
The below code in the coffeecup.js
does not load the compiler.js file, the below code only works for the coffeecup
executable...
coffeecup = exports;
coffee = require('coffee-script');
compiler = require(__dirname + '/compiler');
compiler.setup(coffeecup);
fs = require('fs');