mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16775] Use export.defaults in gulpfile
PHPBB3-16775
This commit is contained in:
parent
b24e05ffcb
commit
98a89c8fb7
1 changed files with 1 additions and 1 deletions
|
@ -57,4 +57,4 @@ gulp.task('watch', gulp.series(() => {
|
||||||
gulp.watch('phpBB/styles/prosilver/theme/*.css', gulp.series('css'));
|
gulp.watch('phpBB/styles/prosilver/theme/*.css', gulp.series('css'));
|
||||||
}));
|
}));
|
||||||
|
|
||||||
gulp.task('default', gulp.series('css', 'watch'));
|
exports.default = gulp.series('css', 'watch');
|
||||||
|
|
Loading…
Add table
Reference in a new issue