文件名称:grunt-conkitty:编译 Conkitty 模板
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-19 13:28:23
JavaScript
咕噜咕噜 编译 Conkitty 模板 安装: npm install grunt-conkitty --save-dev 使能够: grunt . loadNpmTasks ( 'grunt-conkitty' ) ; 使用(可以省略一些设置): conkitty: { compile : { src : [ 'template1.ctpl' , 'template2.ctpl' ] , dest : { common : 'path/to/generated/common.js' , templates : 'path/to/generated/templates.js' , sourcemap : 'path/to/sourcemap/for/template
【文件预览】:
grunt-conkitty-master
----.travis.yml(85B)
----package.json(809B)
----tasks()
--------conkitty.js(6KB)
----test()
--------tpl4.ctpl(115B)
--------tpl2.ctpl(441B)
--------file2.css(11B)
--------tpl3.ctpl(0B)
--------style.dark.css(9B)
--------sub()
--------file1.css(11B)
--------file1.js(20B)
--------lib()
--------file2.js(20B)
--------tpl1.ctpl(1KB)
----LICENSE(1KB)
----Gruntfile.js(3KB)
----.gitignore(41B)
----README.md(3KB)
----.jshintrc(405B)