jacobrask / styledocco

Automatically generate a style guide from your stylesheets.
http://jacobrask.github.com/styledocco/
MIT License
1.07k stars 118 forks source link

Precompilation app #57

Open jacobrask opened 11 years ago

jacobrask commented 11 years ago

The new client side version is limited in so that it only handles CSS, and can only fetch files from same origin (so no file system requests).

To mitigate this, we need a simple Node app which generates a data structure inside of the HTML/app file, containing the CSS to document and optional "source" data for preprocessed languages.