MacにAngularJS & UI Bootstrap の開発環境構築

以下のサイトを参考に作業しました。


Yeoman で AngularJS & UI Bootstrap の開発環境構築 - Qiita

grunt serverの実行でWarning

Warning: You need to have Ruby and Compass installed and in your system PATH for this task to work. More info: https://github.com/gruntjs/gr
unt-contrib-compass Use --force to continue.

compassをインストール

sudo gem update --system
sudo gem install compass