Skip to content

Instantly share code, notes, and snippets.

@pantaluna
pantaluna / gist:8935653
Created February 11, 2014 14:19
fcli gruntfile
/*global module:false, require:false */
var pause = require("grunt-pause");
module.exports = function(grunt) {
pause.init(grunt);
// Project configuration.
grunt.initConfig({
// Extra Variables
if (!_cli.args.length) {
// show help by default
_cli.parse([ process.argv[0], process.argv[1], '-h' ]);
process.exit(0);
}