Last active
September 2, 2016 16:22
-
-
Save andreaspitzer/ebd69ab9b739e4b8b137101b3d7d32a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| coffee = require('[email protected]'); | |
| module.exports = function (options, cb) { | |
| options.nodejsCompiler(coffee.compile(options.script), cb); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment