daxingplay / kmc

module compiler for kissy
MIT License
32 stars 36 forks source link

KISSY.NodeList.add方法导致模块无法被打包 #28

Open mytcer opened 11 years ago

mytcer commented 11 years ago

例子:

KISSY.add(function(S) { var triggers = S.all('.selector1').add('.selector2'); .... });

由于代码中调用了这个add方法,会导致整个模块无法被打包,但不会终端整个打包流程(感觉像是跳过了该模块)。

daxingplay commented 11 years ago

嗯,目前所有使用KISSY.xxxx.add或者S.xxxx.add的地方打包都有问题,会尽快解决。