Skip to content

Instantly share code, notes, and snippets.

@abhiaiyer91
Created July 15, 2014 03:36
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 abhiaiyer91/49e75e5cbbf74b171e4d to your computer and use it in GitHub Desktop.
Save abhiaiyer91/49e75e5cbbf74b171e4d to your computer and use it in GitHub Desktop.
jakefile.js
(function(){
'use strict';
desc('Build and Test');
task('default', ['start']);
desc('Example Task');
task('start', [], function() {
console.log("Here's the example task!");
})
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment