mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 21:15:39 -06:00
build working, need to separate browsersync
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// const fontsPath = 'fonts/**/*';
|
||||
// const destPath = '_site/fonts';
|
||||
const fontsPath = 'fonts/**/*';
|
||||
const destPath = '_site/fonts';
|
||||
|
||||
// module.exports = gulp => {
|
||||
module.exports = gulp => {
|
||||
|
||||
// gulp.task('fonts', () => {
|
||||
// return gulp.src( fontsPath )
|
||||
// .pipe(gulp.dest( destPath ));
|
||||
// });
|
||||
gulp.task('fonts', () => {
|
||||
return gulp.src( fontsPath )
|
||||
.pipe(gulp.dest( destPath ));
|
||||
});
|
||||
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user