mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 05:15:56 +00:00
Sidebar is nearing completion
This commit is contained in:
@@ -13,7 +13,7 @@ var gulp = vitreumTasks(gulp, {
|
||||
|
||||
projectModules: ["./shared/naturalCrit"],
|
||||
additionalRequirePaths : ['./shared'],
|
||||
assetExts: ["*.svg", "*.png", "*.jpg", "*.pdf", "*.eot", "*.ttf", "*.woff", "*.woff2", "*.ico"],
|
||||
assetExts: ["*.svg", "*.png", "*.jpg", "*.pdf", "*.eot", "*.otf", "*.woff", "*.woff2", "*.ico"],
|
||||
|
||||
serverWatchPaths: ["server"],
|
||||
serverScript: "server.js",
|
||||
@@ -22,7 +22,7 @@ var gulp = vitreumTasks(gulp, {
|
||||
"react-dom",
|
||||
"lodash",
|
||||
"classnames",
|
||||
|
||||
"jsoneditor"
|
||||
],
|
||||
clientLibs: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user