Skip to content
Snippets Groups Projects
Commit 2621a44a authored by kaiyou's avatar kaiyou
Browse files

Move assets to trurt/assets

parent 2564348a
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,4 @@ __pycache__ ...@@ -5,3 +5,4 @@ __pycache__
/package-lock.json /package-lock.json
/node_modules /node_modules
/venv /venv
/trurt/static
...@@ -9,7 +9,7 @@ module.exports = { ...@@ -9,7 +9,7 @@ module.exports = {
vendor: "./assets/vendor.js" vendor: "./assets/vendor.js"
}, },
output: { output: {
path: path.resolve(__dirname, "static/"), path: path.resolve(__dirname, "trurt/static/"),
filename: "[name].js" filename: "[name].js"
}, },
module: { module: {
...@@ -58,4 +58,3 @@ module.exports = { ...@@ -58,4 +58,3 @@ module.exports = {
}) })
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment