Changed assets structure and names.
This commit is contained in:
parent
5d8a4a3803
commit
f71758ca69
3
Props/.vscode/settings.json
vendored
3
Props/.vscode/settings.json
vendored
@ -3,5 +3,6 @@
|
||||
"**/node_modules",
|
||||
"**/wwwroot"
|
||||
],
|
||||
"todo-tree.regex.regex": "((//|#|<!--|@\\*|;|/\\*|^)\\s*($TAGS)|^\\s*- \\[ \\])"
|
||||
"todo-tree.regex.regex": "((//|#|<!--|;|@\\*|/\\*|^)\\s*($TAGS)|^\\s*- \\[ \\])",
|
||||
"todo-tree.regex.subTagRegex": "(\\*@)",
|
||||
}
|
0
Props/assets/js/site.js
Normal file
0
Props/assets/js/site.js
Normal file
@ -9,7 +9,7 @@ let config = {
|
||||
obj[name] = elem;
|
||||
return obj;
|
||||
}, {
|
||||
site: [path.resolve("./assets/js/site-wide.js"), path.resolve("./assets/styles/site-wide.scss"), path.resolve("./assets/styles/dependencies.css")],
|
||||
site: [path.resolve("./assets/js/site.js"), path.resolve("./assets/js/dependencies.js"), path.resolve("./assets/styles/site.scss"), path.resolve("./assets/styles/dependencies.css")],
|
||||
}),
|
||||
output: {
|
||||
filename: "[name].js",
|
||||
|
Loading…
Reference in New Issue
Block a user