diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index ef893ddb8..4f4043703 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -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,