4 Commits

Author SHA1 Message Date
Remy Sharp
c16b8f3c00 Simple API for processors 2012-06-21 12:50:34 +01:00
Remy Sharp
80177733e4 Jade and Stylus preprocessors. Smarter preprocessors too. 2012-06-17 09:48:11 +01:00
Remy Sharp
938a3e1128 Fixed path to included scripts 2012-06-16 18:49:02 +01:00
Remy Sharp
0fdf06f5df Initial support for preprocessors
Note that this only adds them as supported. Need to add UI and logic to
read database stored settings to load in the correct processor.

To use now - run the following in the browser's console:

// Use LESS in place of CSS
jsbin.panels.panels.css.processor = jsbin.processors.less();

// Use CoffeeScript in place of JavaScript
jsbin.panels.panels.javascript.processor =
jsbin.processors.coffeescript();
2012-06-16 18:46:44 +01:00