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

Globbing for 3-party modules #143

Closed azproduction closed 11 years ago

azproduction commented 11 years ago

I want to include compiled Jade templates in way like this:

"<%= file %><%= dir[0][0].toUpperCase() %><%= dir[0].slice(1, -1) %>": {
    "path": "templates/**/*.js",
    "exports": "anonymous"
}

For now it does not work in LMD.