grunt-tpl-concat

在官方 grunt-contrib-concat 基础上增加模版合并功能

Usage no npm install needed!

<script type="module">
  import gruntTplConcat from 'https://cdn.skypack.dev/grunt-tpl-concat';
</script>

README

在官方 grunt-contrib-concat 基础上增加模版合并功能

配置选项新增加template,例如: grunt.initConfig({ pkg:grunt.file.readJSON('package.json'), concat:{ qnml:{ src:[], template:[], dest:[] } } })