a quite dev process is no longer a two stage process

This commit is contained in:
Spencer Alger 2014-09-16 22:59:19 -07:00
parent 00cf2b5945
commit 6af446e7a0

View file

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