mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 07:15:32 -06:00
Migrated to gulp 4
This commit is contained in:
@@ -8,4 +8,4 @@ const sync = require('./build/browsersync');
|
||||
task(gulp);
|
||||
});
|
||||
|
||||
gulp.task('build', ['sass', 'scripts', 'images', 'jekyll-build']);
|
||||
gulp.task('build', gulp.series(['sass', 'scripts', 'images', 'jekyll-build']));
|
||||
|
||||
Reference in New Issue
Block a user