mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Cleanup CSS and JS code
This commit is contained in:
parent
0eea2cb5ad
commit
6c75dd12f8
19 changed files with 82 additions and 146 deletions
|
|
@ -32,10 +32,6 @@ const rainloopSetup = (done) => {
|
|||
fs
|
||||
.readFileSync('index.php', 'utf8')
|
||||
.replace("'APP_VERSION', '0.0.0'", "'APP_VERSION', '" + versionFull + "'")
|
||||
.replace(
|
||||
"'APP_VERSION_TYPE', 'source'",
|
||||
"'APP_VERSION_TYPE', '" + (config.community ? 'community' : 'standard') + "'"
|
||||
)
|
||||
);
|
||||
|
||||
fs.writeFileSync(dist + 'rainloop/v/' + versionFull + '/index.php.root', fs.readFileSync(dist + 'index.php'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue