README
在官方 grunt-contrib-concat 基础上增加模版合并功能
配置选项新增加template,例如: grunt.initConfig({ pkg:grunt.file.readJSON('package.json'), concat:{ qnml:{ src:[], template:[], dest:[] } } })
在官方 grunt-contrib-concat 基础上增加模版合并功能
<script type="module">
import gruntTplConcat from 'https://cdn.skypack.dev/grunt-tpl-concat';
</script>
配置选项新增加template,例如: grunt.initConfig({ pkg:grunt.file.readJSON('package.json'), concat:{ qnml:{ src:[], template:[], dest:[] } } })