lmd icon indicating copy to clipboard operation
lmd copied to clipboard

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:

Results 25 lmd issues
Sort by recently updated
recently updated
newest added

[It is said](https://github.com/azproduction/lmd/wiki/SourceMap) that > Shortcuts, modules under Code Coverage and Lazy modules can not be under Source Map now But multipath modules also are not supported: ``` JavaScript "jquery":...

External lmd configs ignore `config.root`. ``` js var config = { path: '../../../../', modules: { main: 'app/all7/catalog_view/main.js' }, bundles: { searchFilter: '../../../../components/search_filter/.lmd/dev.lmd.js' // have to add ../../../../ }, main: 'main',...

It should cover: - 3-party modules adaptation (backbone with plugins) - shortcuts (for global jQuery and/or bundles) - globbing - integration (with backbone, angular or ember.js) - mixins (e.g. for...

Example

In some builds `global_eval` is not required.

see #151 > I like the idea of using a melting pot of features used with popular frameworks examples like Angular and Ember to show how LMD benefit them and...

Hello, Your solution really looks promising. As a long RequireJS user, I like what I see here since it offers simple lightweight solutions and welcome new features. I like the...

branch lmd-2.0

Refactoring

``` js { "modules": { "jQuery": { "path": "http://yandex.st/jquery/1.8.2/jquery.min.js", "exports": "jQuery.noConflict(true)" } } } ```

LMD now is way to complex to understand. This is a way make lmd_common.js smaller and much OO - create Module entity with all modules operations - create Bundle entity...

Refactoring