Hi, On Sep 30, 2012, at 3:27 PM, Hawk Phil wrote:
> I am a front-end guy using Windows for design and html/js/css coding. My work > is separate from the back-end guy using .NET. I am also new to Haml/Sass > thing as well as Ruby. And definitely not using Rails. My goal is to make it > simple when I save Haml file and refresh browser to see the Html file. So I > am looking for either an automatic "watch" or build in a Build System batch > for Sublime Text 2. > > I saw people mentioned a lot about StaticMatic. But there seems no update for > 2 years https://github.com/staticmatic/staticmatic The successor to StaticMatic is Middleman[1]. It has Haml and Sass support built in[2]. Also recommended: the middleman-livereload extension[3]. Rhett [1]: http://middlemanapp.com/ [2]: http://middlemanapp.com/templates/templates-layouts-partials/ , under "Other Templating Languages" [3]: http://middlemanapp.com/extensions/livereload/ > > There is also this site (Is it the same?): > http://staticmatic.rubyforge.org/how_to_use.html > > So is StaticMatic "safe" to use any more? Or should I just create a build > file in Sublime Text for Haml CLI? Is there example to do this? > > > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/haml/-/7Tjx59zaUEIJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
