Skip to content

Instantly share code, notes, and snippets.

@agreen757
Created February 4, 2015 22:31
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 agreen757/51fbd6b479f5018b9c42 to your computer and use it in GitHub Desktop.
Save agreen757/51fbd6b479f5018b9c42 to your computer and use it in GitHub Desktop.
Small Grunt task to compile jade - use in conjunction with watch.
grunt.registerTask('boxy', function(){
grunt.util.spawn({
cmd: 'jade',
args: ['public/app/main/main.jade', '--out public/app/main/']
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment