spmjs / grunt-cmd-transport

Transport everything into common module.
MIT License
70 stars 32 forks source link

增加选项parseOnce #87

Closed chengbapi closed 9 years ago

chengbapi commented 9 years ago

当一个模块被多个模块引用的时候,会被解析多次,增加transport时间 选项parseOnce为true时,缓存解析过得模块的deps。当模块再次被引用时,使用缓存的dpes

chengbapi commented 9 years ago

nested的测试没过。期望'./b.js',结果'../foo/b.js',但是不影响使用。 项目现在transport一次要4-5分钟,如果不重复解析的话 只要30s。。。

popomore commented 9 years ago

怎么关了

chengbapi commented 9 years ago

方案有问题,再改改

2015-01-04 12:18 GMT+08:00 Haoliang Gao notifications@github.com:

怎么关了

— Reply to this email directly or view it on GitHub https://github.com/spmjs/grunt-cmd-transport/pull/87#issuecomment-68620483 .