fex-team / fis-command-install

fis install command.
MIT License
4 stars 11 forks source link

删掉 component.json 配置的处理 #6

Open angular-moon opened 8 years ago

angular-moon commented 8 years ago

在fis3-hook-amd中也处理了component.json 的shim配置. 例如配置: "shim": { "angular-hotkeys.js": { "deps": ["angular", "angular-hotkeys.css"], "exports": "'cfp.hotkeys'" } } fis3 install 时, 会插入require 和 exports的代码. fis3 release 时也会插入相同的代码. require 和 exports 都重复了.

angular-moon commented 8 years ago

lib\remotes\remotes.js
241行 function convert