Hi all,

Like SASS, Less (http://lesscss.org/) compiles CSS stylesheets from
higher-level source documents. Given Heroku's read-only filesystem,
the normal approach of compiling your stylesheets in public/ isn't an
option. I came across the Hassle library
(http://github.com/pedro/hassle), which takes care of this problem for
SASS by compiling to tmp/ and then serving stylesheets from that
directory using a Rack static middleware. Great idea! Just wondering
if anyone is aware of anything similar for Less, or whether it'd be
worth either hand-rolling a similar solution (it's pretty simple) or
contributing Less support back to Hassle.

Thanks!
Mat

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to