Skip to content
Gary edited this page Mar 30, 2015 · 1 revision

Guard Livereload setup

每次改完 view 後,回到 Browser 要重新整理很煩了嗎?用 Guard Livereload 加速開發吧

安裝 gem (已經放在 Gemfile )

$ bundle install
# install guard-livereload

安裝瀏覽器的 extension

Here: http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-

Fire up

在專案的目錄底下,執行

$ guard

接著在瀏覽器找到剛才安裝的 extension ,點選執行他

It works!

Clone this wiki locally