Skip to content

Commit

Permalink
added production fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonwright committed Sep 25, 2015
1 parent a511018 commit d760ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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'])

0 comments on commit d760ee8

Please sign in to comment.