Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
make/bootstrap ディレクトリ v2.0.4 で実行しても、bootstrap.css は圧縮されなくなりました。ビルド プロセスに設定できるフラグはありますか? 前もって感謝します。
make
What I do now is once any changes to the less files are completed, I run make and then manually run recess on the two bootstrap css files with --compress true and set their output to {filename}-min.css.