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
/*global module:false, require:false */ | |
var pause = require("grunt-pause"); | |
module.exports = function(grunt) { | |
pause.init(grunt); | |
// Project configuration. | |
grunt.initConfig({ | |
// Extra Variables |
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
if (!_cli.args.length) { | |
// show help by default | |
_cli.parse([ process.argv[0], process.argv[1], '-h' ]); | |
process.exit(0); | |
} |
NewerOlder