Move all config files to assets/config and resources to assets/resources

This commit is contained in:
Michael Mayer
2019-06-05 18:25:20 +02:00
parent 0e5b465cb5
commit a6131eeddd
84 changed files with 237 additions and 189 deletions

View File

@@ -16,7 +16,7 @@ const PATHS = {
app: path.join(__dirname, "src/app.js"),
js: path.join(__dirname, "src"),
css: path.join(__dirname, "src/css"),
build: path.join(__dirname, "../assets/server/static/build"),
build: path.join(__dirname, "../assets/resources/static/build"),
};
const config = {