add --shhh option for the dev task

This commit is contained in:
Spencer Alger 2014-09-16 10:26:38 -07:00
parent 43fcc79c95
commit 2488a758a1

View file

@ -1,4 +1,9 @@
module.exports = function (grunt) {
if (grunt.option('shhh')) {
process.env.RACK_ENV = 'staging';
grunt.option('no-test-watcher', true);
}
grunt.registerTask('dev', [
'less',
'jade',