1 Star 0 Fork 0

wl225/TH_web_02

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Gruntfile.js 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
wl225 提交于 2023-05-30 16:45 . 网站内容
module.exports = function(grunt) {
// 配置
grunt.initConfig({
svgstore: {
options: {
prefix : 'svg-',
svg: {
viewBox : '0 0 200 200',
xmlns: 'http://www.w3.org/2000/svg'
},
includedemo:true,
},
default : {
files: {
'src/assets/demo-svg.svg': ['src/icons/svg/*.svg'], //生成位置 和 源svg位置
},
}
}
});
// 载入grunt-svgstore
grunt.loadNpmTasks('grunt-svgstore');
// 注册任务
grunt.registerTask('default', ['svgstore']);
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wl225/th_web_02.git
git@gitee.com:wl225/th_web_02.git
wl225
th_web_02
TH_web_02
master

搜索帮助