1

特定のファイルを保存するたびに HAML コマンドを実行したいと考えています。これはコンパスで実行できることは知っていますが、HAMLではなく、sassの場合にのみ、誰かがこれを実行したり、方法を案内したりしています。

4

3 に答える 3

4

On MacOS (and I assume, on linux too) you can use the 'watch' command from the terminal.

First, you need to install it using, for example "homebrew"

brew install watch

and then you can run it like:

watch haml haml/mypage.html.haml html/mypage.html
于 2012-11-26T15:17:41.343 に答える
2

または、誰かが私のようにここでつまずいた場合。新しいツールがあります。LiveReloadは、これらすべてを自動的に実行します。

于 2011-12-09T18:15:44.990 に答える
1

もちろん、StaticMatic、nanoc、または Webby をチェックしてください (これらは gitHub で検索してください)。コンパスでも動作させることができます。

于 2010-06-20T11:27:55.077 に答える