Created
October 23, 2013 15:52
-
-
Save masak/7121266 to your computer and use it in GitHub Desktop.
My very small Jakefile
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
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