From d760ee81359219101bbc308f70c10eb39dc863fd Mon Sep 17 00:00:00 2001 From: Carson Wright Date: Fri, 25 Sep 2015 11:41:26 -0400 Subject: [PATCH] added production fix --- Gulpfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.coffee b/Gulpfile.coffee index ce551e9..f717f3c 100644 --- a/Gulpfile.coffee +++ b/Gulpfile.coffee @@ -149,7 +149,7 @@ gulp.task("test", -> ) ) -if process.env.production +if process.env.PRODUCTION gulp.task('default', ['bundle', 'test']) else gulp.task('default', ['bundle', 'webserver', 'assessment', 'watch']) \ No newline at end of file