mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 07:42:25 -05: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
|
|
@ -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