grunt-tpl-concat
v0.1.2
Published
在官方 grunt-contrib-concat 基础上增加模版合并功能
Downloads
2
Readme
###在官方 grunt-contrib-concat 基础上增加模版合并功能 配置选项新增加template,例如: grunt.initConfig({ pkg:grunt.file.readJSON('package.json'), concat:{ qnml:{ src:[], template:[], dest:[] } } })