mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Use clean inside "default" gulp task
This commit is contained in:
parent
7a09546198
commit
f176ac628b
@ -349,6 +349,7 @@ gulp.task('prepare-release', function(callback) {
|
||||
// Builds the sources
|
||||
gulp.task('default', function(callback) {
|
||||
runSequence(
|
||||
'clean',
|
||||
['js', 'chat-styles', 'page-styles'],
|
||||
'pack-sources',
|
||||
callback
|
||||
|
Loading…
Reference in New Issue
Block a user