mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix gulp clean task
This commit is contained in:
parent
3307ba01dc
commit
47672a5eb6
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user