mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Release commit
This commit is contained in:
parent
abdd452be6
commit
71ede5b816
1 changed files with 4 additions and 4 deletions
|
|
@ -256,7 +256,7 @@ gulp.task('js:app', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('js:admin', function() {
|
gulp.task('js:admin', function() {
|
||||||
|
|
||||||
var
|
var
|
||||||
browserify = require('browserify'),
|
browserify = require('browserify'),
|
||||||
source = require('vinyl-source-stream')
|
source = require('vinyl-source-stream')
|
||||||
|
|
@ -293,7 +293,7 @@ gulp.task('js:admin:min', ['js:admin'], function() {
|
||||||
|
|
||||||
// lint
|
// lint
|
||||||
gulp.task('js:lint', function() {
|
gulp.task('js:lint', function() {
|
||||||
|
|
||||||
var
|
var
|
||||||
closureCompiler = require('gulp-closure-compiler'),
|
closureCompiler = require('gulp-closure-compiler'),
|
||||||
jshint = require('gulp-jshint')
|
jshint = require('gulp-jshint')
|
||||||
|
|
@ -395,7 +395,7 @@ gulp.task('rainloop:md5', ['rainloop:zip'], function() {
|
||||||
renameFileWothMd5Hash(cfg.destPath + cfg.md5File) : false;
|
renameFileWothMd5Hash(cfg.destPath + cfg.md5File) : false;
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('rainloop:clean', ['rainloop:copy', 'rainloop:setup'], function() {
|
gulp.task('rainloop:clean', ['rainloop:copy', 'rainloop:setup', 'rainloop:zip'], function() {
|
||||||
return (cfg.cleanPath) ? cleanDir(cfg.cleanPath) : false;
|
return (cfg.cleanPath) ? cleanDir(cfg.cleanPath) : false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -445,7 +445,7 @@ gulp.task('rainloop:owncloud:md5', ['rainloop:owncloud:zip'], function() {
|
||||||
renameFileWothMd5Hash(cfg.destPath + cfg.md5File) : false;
|
renameFileWothMd5Hash(cfg.destPath + cfg.md5File) : false;
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('rainloop:owncloud:clean', ['rainloop:owncloud:copy', 'rainloop:owncloud:setup'], function() {
|
gulp.task('rainloop:owncloud:clean', ['rainloop:owncloud:copy', 'rainloop:owncloud:setup', 'rainloop:owncloud:zip'], function() {
|
||||||
return (cfg.cleanPath) ? cleanDir(cfg.cleanPath) : false;
|
return (cfg.cleanPath) ? cleanDir(cfg.cleanPath) : false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue