我不能在我的副项目中使用 gulp-vulcanize。我已经按照示例进行了操作,但似乎没有任何反应,控制台中也没有错误。
这是我的文件夹结构:
build/
- html/
- css/
- js/
source/
- html/
- css/
- js/
bower.json
gulpfile.coffee
gulpfile.js
package.json
这是我正在使用的 gulp 任务
gulp.task 'vulcanize',
->
gulp.src 'index.html'
.pipe plumber()
.pipe vulcanize {
abspath: ''
excludes: []
stripExcludes: false
}
.pipe gulp.dest 'vulcanized'
我正在使用以下内容对我的 html 文件进行硫化:
- 吞咽 - 3.9.0
- 吞咽硫化 - 6.1.0
- gul-crisper - 1.0.0