var gulp = require('gulp'); module.exports = gulp.task('copy-index', function () { return gulp.src('./app/index.html') .pipe(gulp.dest('./www/')); });