美文网首页
如何制定 assets 输出地址

如何制定 assets 输出地址

作者: Transnet2014 | 来源:发表于2017-04-19 18:51 被阅读1次

返回导航

#527

In your index.html search for the comments starting with <-- build. At the end, there is the target file name for the bundle, you can change it there.

Example:

<!-- build:css({.tmp/serve,src}) styles/vendor.css --> ->
<!-- build:css({.tmp/serve,src}) assets/styles/vendor.css -->

About images and fonts, you have to change paths in the gulp/build.js

相关文章

网友评论

      本文标题:如何制定 assets 输出地址

      本文链接:https://www.haomeiwen.com/subject/xvphzttx.html