문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

I use Prepros, and I'm satisfied with it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top