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

Styles builder #159

Closed azproduction closed 10 years ago

azproduction commented 10 years ago

A way to assemble styles using lmd

{
    "styles": [
        "*.css"
    ],
    "styles_output": "../www/index.css"
}