mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 06:03:02 -06:00
rename bundled to dist, caught by gitignore
This commit is contained in:
parent
f971763743
commit
e9b02b6039
12 changed files with 6 additions and 1860 deletions
|
|
@ -49,7 +49,7 @@ app.use("/assets", express.static("../assets/"));
|
|||
|
||||
if (process.env.NODE_ENV != "development") {
|
||||
console.log("adding static asset route");
|
||||
app.use(express.static("../assets/bundled"));
|
||||
app.use(express.static("../assets/dist"));
|
||||
}
|
||||
|
||||
module.exports = app;
|
||||
|
|
@ -13,7 +13,7 @@ const fs = require("fs");
|
|||
const {Writable} = require("stream");
|
||||
|
||||
function out(name = "") {
|
||||
return path.join(__dirname, "../assets/bundled/", name);
|
||||
return path.join(__dirname, "../assets/dist/", name);
|
||||
}
|
||||
|
||||
const postcssPlugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue