より小さいまたは圧縮されたCSSファイルを出力するようにコンパスを構成するにはどうすればよいですか?私は試した compass -s compressed
しかし、それはうまくいきませんでした。
あなたのconfig.rb
ファイル:
output_style = :compressed
詳細は http://compass-style.org/help/documentation/configuration-reference/ をご覧ください。
コマンドラインで引数の完全な名前を試してみましたか?
compass watch --output-style=compressed
次の端末コマンドを使用します
compass compile -e production --force
リファレンス: http://compass-style.org/help/tutorials/production-css/