From eca3ada8eb4cb4192f20a9e644c071e3bee2a3cd Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Mon, 9 May 2016 11:01:02 -0400 Subject: [PATCH] Updated gulpfile with fixed proejctmodule path --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f49be4f..21b3c83 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -17,7 +17,7 @@ var gulp = vitreumTasks(gulp, { buildPath: "./build/", pageTemplate: "./client/template.dot", - projectModules: ["./shared/naturalCrit","./shared/codemirror"], + projectModules: ["./shared/naturalcrit","./shared/codemirror"], additionalRequirePaths : ['./shared', './node_modules'],