From c52f0e092d007129f552e5196c933c483b6e292e Mon Sep 17 00:00:00 2001 From: printempw Date: Thu, 15 Sep 2016 11:10:13 +0800 Subject: [PATCH] update gulp zipping task --- gulpfile.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 7a74f1df..862b460d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,7 @@ * @Author: prpr * @Date: 2016-07-21 13:38:26 * @Last Modified by: printempw -* @Last Modified time: 2016-09-14 22:55:22 +* @Last Modified time: 2016-09-15 11:09:48 */ var gulp = require('gulp'), @@ -93,6 +93,7 @@ gulp.task('zip', function() { // delete cache files del([ 'storage/logs/*', + 'storage/yaml-translation/*', 'storage/framework/cache/*', 'storage/framework/sessions/*', 'storage/framework/views/*' @@ -103,7 +104,7 @@ gulp.task('zip', function() { 'LICENSE', '!tests/**/*.*', '!node_modules/**/*.*', - '!textures/**/*.*', + '!storage/textures/**/*.*', '!.env', '!.bowerrc', '!.gitignore', @@ -116,7 +117,7 @@ gulp.task('zip', function() { '!composer.json', '!composer.lock', '!bower.json', - '!resources/assets/**/*.*', + '!resources/src/**/*.*', '!.sass-cache/**/*.*', '!.sass-cache/', '!storage/logs/*.*',