Library for making static websites with HAML/SASS/

2019-03-16 08:20发布

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.

2条回答
乱世女痞
2楼-- · 2019-03-16 08:45

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

查看更多
The star\"
3楼-- · 2019-03-16 09:01

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.

查看更多
登录 后发表回答