mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-13 06:34:08 +03:00
Add gulp "rebuild" task
This commit is contained in:
parent
f176ac628b
commit
ab35143e18
@ -346,6 +346,16 @@ gulp.task('prepare-release', function(callback) {
|
||||
);
|
||||
});
|
||||
|
||||
// Prepares ready to use development version of Mibew without packing or
|
||||
// validating it.
|
||||
gulp.task('rebuild', function(callback) {
|
||||
runSequence(
|
||||
'clean',
|
||||
['js', 'chat-styles', 'page-styles', 'composer-install', 'bower-install'],
|
||||
callback
|
||||
);
|
||||
});
|
||||
|
||||
// Builds the sources
|
||||
gulp.task('default', function(callback) {
|
||||
runSequence(
|
||||
|
Loading…
Reference in New Issue
Block a user