gulp监听文件变化,并拷贝到指定目录 - dzut - 博客园
2015年2月27日 - (err); } //拷贝修改过的文件 gulp.watch('src/**/**', function(e) { console.log(e); var oldPath = e.path; var newPath = oldPath.replace('...
gulp使用经验谈…各种坑
2016年1月29日 - 正好前一阵没事去看了下nodejs相关的一些东西,了解了下模块加载、包管理相关的东西,正好也看到别人提到了gulp这个东西,看了下配置,觉得比grunt容易很...
使用gulp.dest 复制目录结构
2016年8月12日 - 即复制文件到另外一个目录时保持原有文件的目录结构> gulp coy a directory file and its original folder structure are preserved.假设我们的目录结...