kclean
A build tool that converts KISSY module code to standard JavaScript.
如何使用
KISSY(默认)
var kclean = fs = ; var code = fs cleanedCode = kclean; fs;
sea.js
var kclean = fs = ; var code = fs cleanedCode = kclean; fs;//配置完全一样,kclean内部会自动识别
转化为原生代码
var kclean = fs = ; var code = fs cleanedCode = kclean; fs;
modulex
支持https://github.com/kissyteam/modulex
gulp插件
gulp-kclean https://www.npmjs.org/package/gulp-kclean
grunt插件
暂未开发