mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-05 20:40:35 +03:00
Fix reload gulp task
This commit is contained in:
parent
02149be9df
commit
a2c91be5a3
|
@ -31,7 +31,7 @@ gulp.task('rebuild', function(done) {
|
||||||
return runSequence(
|
return runSequence(
|
||||||
'bundle',
|
'bundle',
|
||||||
'concatDeps',
|
'concatDeps',
|
||||||
callback
|
done
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user