Skip to content

Instantly share code, notes, and snippets.

@masak
Created October 23, 2013 15:52
Show Gist options
  • Save masak/7121266 to your computer and use it in GitHub Desktop.
Save masak/7121266 to your computer and use it in GitHub Desktop.
My very small Jakefile
var jake = require("jake");
task("hello", function () { # change this to 'jake.task(...' and things stop working :/
console.log("Hello");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment