标签: javascript node.js gruntjs
使用grunt和grunt-preprocess来准备我的html文件。
grunt
grunt-preprocess
如何将图片代码(<img src="/some/image">)替换为base64内联副本
<img src="/some/image">
base64
答案 0 :(得分:2)
刚刚使用grunt-base64将图片/图标转换为base64文件,并在grunt-preprocess使用 <!-- @include my_base64_file -->
grunt-base64
<!-- @include my_base64_file -->