Skip to content

Instantly share code, notes, and snippets.

@odino
Created September 26, 2011 08:09
Show Gist options
  • Save odino/1241827 to your computer and use it in GitHub Desktop.
Save odino/1241827 to your computer and use it in GitHub Desktop.
var exec = require('child_process').exec
var coffee = './node_modules/coffee-script/bin/coffee -c kanban.coffee && ./node_modules/coffee-script/bin/coffee -c client.coffee'
desc('Initializes the Kanban application.')
task('install', [], function (params) {
exec(coffee)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment