I'm looking for a library or a collection of libraries that work together with the following requirements:

  • HAML and SASS can be used.
  • Have a small server capability to see HAML/SASS compiled every time I refresh my browser. (I don't want to start a fresh Rails app, though.)
  • Works with popular CSS frameworks. (Doesn't have to be all, but major ones like 960gs and Blueprint)

Compass seems to be promissing, but it doesn't seem to support HAML. At least I'm looking for information that make Compass and HAML together.

Edit chriseppstein gave the list of cool stuff. I'll make a link to each one.

link|improve this question

1  
Thanks I was on my iphone at the time and making links would have been hard... – chriseppstein Feb 2 '10 at 6:47
Note that Webby development is effectively discontinued. Most discussions on alternatives recommend Nanoc. – Richard Conroy Nov 16 '11 at 10:01
For examples on using nanoc and compass together: github.com/adamstac/nanoc-bootstrap and github.com/ddfreyne/nanoc-bootstrap-compass – Richard Conroy Nov 16 '11 at 10:07
feedback

1 Answer

up vote 2 down vote accepted

There are several of these:

All of these support haml and sass and can be easily configured to work with compass too.

Additionally, there is "serve", which is just a simple webserver.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.