mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Merge branch 'master' into sieveparser
This commit is contained in:
commit
d1f9249ac1
8 changed files with 636 additions and 752 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue