Library for making static websites with HAML/SASS/CSS framework [closed]

不问归期 提交于 2019-12-03 12:47:39

问题


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.

  • http://staticmatic.rubyforge.org/
  • http://github.com/tdreyno/middleman
  • http://nanoc.stoneship.org/
  • http://webby.rubyforge.org/user-manual/
  • http://github.com/jlong/serve

回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/2161517/library-for-making-static-websites-with-haml-sass-css-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!