如何制定 assets 输出地址
2017-04-19 本文已影响1人
Transnet2014
#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