Library for making static websites with HAML/SASS/CSS framework [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI'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.
- http://staticmatic.rubyforge.org/
- http://github.com/tdreyno/middleman
- http://nanoc.stoneship.org/
- http://webby.rubyforge.org/user-manual/
- http://github.com/jlong/serve
There are several of these:
- staticmatic
- middleman
- nanoc
- webby
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.
精彩评论