gulp.task('build:html', function(){ return gulp.src(paths.markup) .pipe(templates({module:'anne.client'})) .pipe(gulp.dest(build)) .pipe(connect.reload()); });.
確定! 回上一頁