如何使用 gulp-bless 和 gulp-useref
How to use gulp-bless with gulp-useref
我会使用 gulp-bless 插件来分离 bower CSS 文件,因为生成的缩小文件太长并且在 IE 9 中无法完全处理。
但是 gulp-bless 插件生成的文件在 "index.html" 文件中没有被 gulp-useref 插件替换。
gulp userref 插件也不能连接所有文件,会保留 gulp-bless 插件生成的结构。
文件 "index.html"(css 导入和 userref)
文件"gulpfile.js"(构建任务的一部分)
文件"index.html"(分布)
生成的 dist 文件
有人知道吗?
通过删除 sourceMap 解决。
我会使用 gulp-bless 插件来分离 bower CSS 文件,因为生成的缩小文件太长并且在 IE 9 中无法完全处理。
但是 gulp-bless 插件生成的文件在 "index.html" 文件中没有被 gulp-useref 插件替换。
gulp userref 插件也不能连接所有文件,会保留 gulp-bless 插件生成的结构。
文件 "index.html"(css 导入和 userref)
文件"gulpfile.js"(构建任务的一部分)
文件"index.html"(分布)
生成的 dist 文件
有人知道吗?
通过删除 sourceMap 解决。