anodynos / uRequire

The Ultimate JavaScript Module Builder & Automagical Task Runner. Convert AMD & CommonJS/NodeJS modules to UMD, AMD, CommonJS or bundle them as `combined.js` (rjs & almond, AMDclean soon) & automagically run/test/watch them on nodejs, Web/AMD or Web/Script. Declarative & DRY config with inheritance. Manipulate & inject dependencies, module code, banners, version etc while building with a single line. Support two kinds of plugins, ResourceConverter (i.e file level) and AfterBuilder (i.e the whole bundle). Transparent support for Coffeescript, IcedCoffeescript, Coco, LiveScript – they’re just JavaScript :-)
http://anodynos.github.io/uRequire
MIT License
265 stars 20 forks source link

bundle.dependencies.imports [.bundle ?] #39

Closed anodynos closed 9 years ago

anodynos commented 10 years ago

nough said - check out uBerscore specs v0.0.15 with uRequire 0.6.8

anodynos commented 9 years ago

Import now works through the urequire-rc-import ResourceConverter - check it here https://github.com/anodynos/uRequire-rc-import