'use strict'; | |
var gulp = require('gulp'); | |
gulp.task('build', function () { | |
return gulp.src('src/*.html').pipe(gulp.dest('dist')); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment