mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Remove unused config generation on gulpfile.
This commit is contained in:
@@ -158,19 +158,6 @@ function templatePipeline(options) {
|
||||
const locales = readLocales();
|
||||
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({
|
||||
ts: ts,
|
||||
th: th,
|
||||
|
||||
Reference in New Issue
Block a user