mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
🐛 Remove unused config generation on gulpfile.
This commit is contained in:
parent
0221cc06f8
commit
58585a6521
1 changed files with 0 additions and 13 deletions
|
@ -158,19 +158,6 @@ function templatePipeline(options) {
|
||||||
const locales = readLocales();
|
const locales = readLocales();
|
||||||
const manifest = readManifest();
|
const manifest = readManifest();
|
||||||
|
|
||||||
const defaultConf = [
|
|
||||||
"var appDemoWarning = null;",
|
|
||||||
"var appLoginWithLDAP = null;",
|
|
||||||
"var appPublicURI = null;",
|
|
||||||
"var appGoogleClientID = null;",
|
|
||||||
"var appGitlabClientID = null;",
|
|
||||||
"var appDeployDate = null;",
|
|
||||||
"var appDeployCommit = null;"
|
|
||||||
];
|
|
||||||
|
|
||||||
fs.writeFileSync(__dirname + "/resources/public/js/config.js",
|
|
||||||
defaultConf.join("\n"));
|
|
||||||
|
|
||||||
const tmpl = mustache({
|
const tmpl = mustache({
|
||||||
ts: ts,
|
ts: ts,
|
||||||
th: th,
|
th: th,
|
||||||
|
|
Loading…
Add table
Reference in a new issue