Mikhail Davydov
Mikhail Davydov
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...
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...
``` 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...
- http://touch.otvet.mail.ru/ Touch version of questions answers service. Mail.ru. - http://m.taxi.yandex.ru/ Mobile version of taxi aggregator service. Yandex. - http://help.yandex.ru/maps/booking/clinics.xml Online booking service for restaurants, hair salons, hospitals etc. Yandex....
If config is invalid JSON or bad JavaScript LMD should not fail with error and stack trace