Fix gulp clean task

This commit is contained in:
Dmitriy Simushev 2015-04-14 11:43:56 +00:00
parent 3307ba01dc
commit 47672a5eb6

View File

@ -52,7 +52,7 @@ gulp.task('clean', function(callback) {
'composer.lock',
config.phpVendorPath,
config.jsVendorPath,
config.jsPath + '/compiled/**/*.*',
config.jsPath + '/compiled/**/*',
'!' + config.jsPath + '/compiled/.keep',
config.chatStylesPath + '/default/templates_compiled/client_side/*.js',
config.chatStylesPath + '/default/js/compiled/*.js',