Skip to content

Instantly share code, notes, and snippets.

@AndreasPizsa
Last active September 2, 2016 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreasPizsa/ebd69ab9b739e4b8b137101b3d7d32a9 to your computer and use it in GitHub Desktop.
Save AndreasPizsa/ebd69ab9b739e4b8b137101b3d7d32a9 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<h1>Hello, {{name}}</h1>
</body>
</html>
Hello, {{name}}!
coffee = require('coffee-script@1.9.3');
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