daxingplay / kmc

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

分析依赖需要遍历所有子目录 #29

Closed daxingplay closed 11 years ago

daxingplay commented 11 years ago

@拔赤 的需求,遍历文件夹的时候需要遍历所有的子目录,这样,每个模块文件都可以单独被use,讨论了一下,打包的时候单独增加一个参数解决这个问题。

daxingplay commented 11 years ago

在build增加参数traverse,如果设置为true的话,会对指定的目录下的所有文件遍历打包

https://github.com/daxingplay/ModuleCompiler/commit/d6e630c35003b400312cfab1df71d38d1c061e85

maxbbn commented 11 years ago

这个会合并文件吗?我有个需求,只添加模块名,不合并代码, 通过依赖文件来使用