mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Rename basefolder 'rainloop' to 'snappymail'
this prevents conflicts with original rainloop
This commit is contained in:
parent
2655f5ea00
commit
d0f686c657
962 changed files with 113 additions and 119 deletions
|
|
@ -1,11 +1,10 @@
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under AGPL 3 */
|
||||
/* SnappyMail Webmail (c) SnappyMail Team | Licensed under AGPL 3 */
|
||||
const path = require('path');
|
||||
const { argv } = require('yargs');
|
||||
|
||||
const config = {
|
||||
head: {
|
||||
rainloop: '/* RainLoop Webmail (c) RainLoop Team | Licensed under RainLoop Software License */',
|
||||
agpl: '/* RainLoop Webmail (c) RainLoop Team | Licensed under AGPL v3 */'
|
||||
agpl: '/* SnappyMail Webmail (c) SnappyMail | Licensed under AGPL v3 */'
|
||||
},
|
||||
devVersion: '0.0.0',
|
||||
releasesPath: 'build/dist/releases',
|
||||
|
|
@ -26,10 +25,10 @@ const config = {
|
|||
};
|
||||
|
||||
config.paths.globjs = 'dev/**/*.js';
|
||||
config.paths.static = 'rainloop/v/' + config.devVersion + '/static/';
|
||||
config.paths.staticJS = 'rainloop/v/' + config.devVersion + '/static/js/';
|
||||
config.paths.staticMinJS = 'rainloop/v/' + config.devVersion + '/static/js/min/';
|
||||
config.paths.staticCSS = 'rainloop/v/' + config.devVersion + '/static/css/';
|
||||
config.paths.static = 'snappymail/v/' + config.devVersion + '/static/';
|
||||
config.paths.staticJS = 'snappymail/v/' + config.devVersion + '/static/js/';
|
||||
config.paths.staticMinJS = 'snappymail/v/' + config.devVersion + '/static/js/min/';
|
||||
config.paths.staticCSS = 'snappymail/v/' + config.devVersion + '/static/css/';
|
||||
|
||||
config.paths.assets = {
|
||||
src: 'assets/**/*.*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue