azproduction / lmd

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:
http://azproduction.ru/lmd/
MIT License
449 stars 27 forks source link

Any simpler alternatives to this? #172

Closed rulatir closed 10 years ago

rulatir commented 10 years ago

After hours upon hours of googling, LMD appears to be the only AMD library around that makes it possible to define modules non-intrusively, i.e. without modifying (possibly third-party) scripts that implement the modules.

Very unfortunately, I find this library's getting-started dependencies prohibitive. I want to just be able to write a dependency DB in JSON format by hand, and load modules by invoking simple API, without having to install CLI tools and learn their options, and without having to deal with that "npm" thing that is apparently necessary to even obtain the code.

Are there any alternatives around that also support non-intrusive module definition?

azproduction commented 10 years ago

Unfortunately, lmd cli tool or Grunt-lmd task is the only way. LMD has not a RequireJS-style loader due to its architecture.