From 55114ba5f9e538d8b69b001e6ba1ae938f52d91d Mon Sep 17 00:00:00 2001 From: Sal Ferrarello Date: Fri, 20 Feb 2015 12:01:33 -0500 Subject: [PATCH] Change Gruntfile.js build state from dev to prod Fixes #25 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index cce9486..f140467 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,7 +37,7 @@ sudo gem install sass // this value will be used for both the // initial process when `grunt` alone is run // as well as the tasks run via watch -var build_state = 'dev', +var build_state = 'prod', // sass src files are loaded with sass includes // no need to list them here (i.e. only one sass src) sass_files = {