gulpfile.js //把生成后的HTML文件拷贝到各个站点文件下 gulp.task('distHtmlCopy', function() { return gulp.src(paths.html) .pipe(fileinclude({ prefix: '@@' ...
確定! 回上一頁