Merge branch 'master' into sieveparser

This commit is contained in:
djmaze 2021-01-18 23:01:40 +01:00
commit d1f9249ac1
8 changed files with 636 additions and 752 deletions

View file

@ -8,18 +8,11 @@ const config = {
},
devVersion: '0.0.0',
releasesPath: 'build/dist/releases',
community: !argv.pro,
source: !!argv.source,
watch: false,
watchInterval: 1000,
googleCompile: false,
rainloopBuilded: false,
destPath: '',
cleanPath: '',
zipSrcPath: '',
zipFile: '',
// zipFileShort: '',
paths: {}
};
@ -37,10 +30,12 @@ config.paths.assets = {
config.paths.less = {
main: {
src: 'dev/Styles/@Main.less',
watch: ['dev/Styles/*.less'],
options: {
paths: [path.join(__dirname, 'dev', 'Styles'), path.join(__dirname, 'vendors', 'bootstrap', 'less')]
}
},
admin: {
src: 'dev/Styles/@Admin.less'
}
};
@ -53,6 +48,9 @@ config.paths.css = {
'vendors/inputosaurus/inputosaurus.css'
]
},
admin: {
name: 'admin.css'
},
boot: {
name: 'boot.css',
src: [