1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 15:15:57 +00:00

Updated gulpfile with fixed proejctmodule path

This commit is contained in:
Scott Tolksdorf
2016-05-09 11:01:02 -04:00
parent 1bd85e80ee
commit eca3ada8eb

View File

@@ -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'],