0
Fork 0
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:
Andrey Antukh 2020-11-11 16:09:19 +01:00
parent 0221cc06f8
commit 58585a6521

View file

@ -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,