mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 05:25:58 +00:00
Changed project structure to have the root page into main and subbed out the pages into their own folder
This commit is contained in:
@@ -5,7 +5,12 @@ var gulp = require("gulp");
|
||||
|
||||
|
||||
var gulp = vitreumTasks(gulp, {
|
||||
entryPoints: ["./client/naturalCrit", "./client/homebrew", "./client/admin"],
|
||||
entryPoints: [
|
||||
'./client/main',
|
||||
'./client/homebrew',
|
||||
|
||||
'./client/admin'
|
||||
],
|
||||
|
||||
DEV: true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user