Closed azproduction closed 11 years ago
require.boundle("path/to/bundle.js", functon () {})
lmd.json
{ "modules": { "ololo": "@/www/path/_/ololo.js" }, "boundles": { "pewpew": "pewpew.lmd.json", "ololo": { "output": "ololo.js", "modules": { "a": "a.js", "b": "b.html", "c": "@shortcut/to/file.js" } } }, "bundles_callback": "pewpew_ololo" }
%random_function_name%(function (){ // main (optional) },{ "a": (function(...){...}), "b": "<div></div>", "c": "@shortcut/to/file.js" },{ // options })
require.boundle("path/to/bundle.js", functon () {})
boudle in config
lmd.json
lmd.json
fileboundle format