Asciidoctor という、Asciidoc 形式のマークダウンのテキストファイルを扱う Ruby で書かれたソフトウェアの、出力する HTML 5 のスタイルシートを作成するために、Asciidoctor stylesheet factory と呼ばれるプログラムを使ってみようと思い、Produce Custom Themes Using the Asciidoctor Stylesheet Factory に従い、
fish
1> git clone https://github.com/asciidoctor/asciidoctor-stylesheet-factory.git 2> cd asciidoctor-stylesheet-factory 3> bundle install 4> compass compile
としたのですが、Unknown command: compass
と言われてしまいます。Ruby は rbenv で入れたものを使っています。
fish
1> which ruby 2/Users/paalon/.rbenv/shims/ruby
普段 Ruby を使っていないので、bundle
や compass
が何をしようとしているのかも、どういう理由で compass
なるものがうまく設定できていないのかもよく分かりません。