文件名称:gulp-conkitty:编译 Conkitty 模板
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-26 01:46:00
JavaScript
咕噜咕噜 编译 Conkitty 模板 安装 npm install gulp-conkitty --save-dev 例子 var conkitty = require ( 'gulp-conkitty' ) ; gulp . task ( 'conkitty' , function ( ) { // Compile *.ctpl template files to common.js and tpl.js. return gulp . src ( [ './**/*.ctpl' ] ) . pipe ( conkitty ( { common : 'common.js' , templates : 'tpl.js' } ) ) . pipe ( gulp . dest ( './build' ) ) ; } ) ; 带有依赖项的示例(
【文件预览】:
gulp-conkitty-master
----.travis.yml(81B)
----index.js(6KB)
----package.json(936B)
----test()
--------tpl4.ctpl(115B)
--------tpl2.ctpl(437B)
--------file2.css(11B)
--------tpl3.ctpl(0B)
--------style.dark.css(9B)
--------sub()
--------file1.css(11B)
--------main.js(6KB)
--------file1.js(20B)
--------file2.js(20B)
--------file3.css(11B)
--------tpl1.ctpl(1KB)
----LICENSE(1KB)
----.gitignore(41B)
----README.md(6KB)