Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // html task: move index.html (entry point for the browser) to ./build/
- gulp.task('html', function () {
- return gulp
- .src('src/index.html')
- .on('error', interceptErrors)
- .pipe(gulp.dest('./build/'));
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement