mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Small fixes
This commit is contained in:
parent
256b624366
commit
1638b55411
15 changed files with 41 additions and 45 deletions
|
|
@ -503,7 +503,8 @@ gulp.task('rl', ['rainloop']);
|
|||
gulp.task('rl+', ['rainloop+']);
|
||||
gulp.task('build', ['rainloop']);
|
||||
gulp.task('build+', ['rainloop+']);
|
||||
gulp.task('b', ['rainloop']);
|
||||
gulp.task('b+', ['rainloop+']);
|
||||
gulp.task('b', ['build']);
|
||||
gulp.task('b+', ['build+']);
|
||||
|
||||
gulp.task('own', ['owncloud']);
|
||||
gulp.task('own', ['owncloud']);
|
||||
gulp.task('js:hint', ['js:lint']);
|
||||
Loading…
Add table
Add a link
Reference in a new issue