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

A way to download modules from https?:// #107

Open azproduction opened 11 years ago

azproduction commented 11 years ago
{
    "modules": {
        "jQuery": {
            "path": "http://yandex.st/jquery/1.8.2/jquery.min.js",
            "exports": "jQuery.noConflict(true)"
        }
    }
}