Go to file
2011-01-20 18:10:59 -05:00
benchmark benchmark script can be passed files. also use optimization level 2, cause 3 doesn't exist anymore 2010-06-20 22:17:41 -04:00
bin add -layers (-l) parameter that loads the according .layers file with the same name as the mms file for testing 2011-01-19 17:24:21 -05:00
build (doc) comments 2010-06-15 18:56:16 -04:00
files Adding inheritance to demo.mss, moving utilities from Ruelset to Definition, working on process_chain. 2011-01-20 15:06:23 -05:00
lib/mess Correcting TODO 2011-01-20 17:50:12 -05:00
test test specificity sort for filters 2011-01-20 18:10:59 -05:00
.ndistro update test framework to use expresso 2011-01-20 14:59:07 -05:00
LICENSE moved to apache license 2010-03-04 14:46:41 -05:00
Makefile update test framework to use expresso 2011-01-20 14:59:07 -05:00
package.json Cleaning up package 2011-01-06 14:41:51 -05:00
README.txt Making readme txt 2011-01-05 13:12:26 -05:00

    
                               _)      
     __ `__ \   _ \  __|  __|   |  __| 
     |   |   |  __/\__ \\__ \   |\__ \ 
    _|  _|  _|\___|____/____/_) |____/ 
                            ___/       

    mess.js is an attempt to use less.js to
    compile cascadenik-formatted styles.

    it is inspired by but incompatible with 
    Cascadenik [1]. most importantly it deviates
    by

    1. Supporting JSON MML representations only
    2. Implementing composition of styles instead
       of overriding

    mess.js is based on less.js [2], a CSS compiler
    written by Alexis Sellier. It includes
    underscore.js [3].

    like less, mess.js provides a binary in bin/,
    named mess, although it is designed primarily
    for usage as a library.

    usage:

      messc map_file.json

    [1]: https://github.com/mapnik/Cascadenik
    [2]: https://github.com/cloudhead/less.js
    [3]: https://github.com/documentcloud/underscore/