gulp-rapyd:编译 RapydScript 文件

时间:2021-07-13 21:26:05
【文件属性】:
文件名称:gulp-rapyd:编译 RapydScript 文件
文件大小:25KB
文件格式:ZIP
更新时间:2021-07-13 21:26:05
JavaScript 信息 编译文件。 节点版本:>= 0.9 由于wearefractal 的gulp ,这个包的存在。 安装 安装: npm install git://github.com/vindarel/gulp-rapyd 用法 var rapyd = require ( 'gulp-rapyd' ) ; // Compile every pyj file and put the resulting js files in a rapyd/ directory: gulp . task ( 'compile:rapyd' , function ( ) { gulp . src ( 'static/js/app/**/*.pyj' ) . pipe ( rapyd ( { bare : true } ) . on ( 'error' , gutil . log ) )
【文件预览】:
gulp-rapyd-master
----.gitignore(52B)
----package.json(852B)
----LICENSE(1KB)
----index.js(2KB)
----README.md(6KB)
----.npmignore(30B)
----test()
--------main.js(9KB)
--------fixtures()

网友评论