Getting proto and guard-livereload to play nice
-
Install the Livereload Chrome Extension
-
Install guard-livereload
gem install guard-livereload
-
Copy the
Guardfile
from this gist to your proto project directory.curl -L http://mrqe.co/10ucDCL > Guardfile
-
Add the following alias to
~/.bash_profile
to make your life easieralias livereload='guard start -i --no-bundler-warning'
-
Reload bash config
source ~/.bash_profile
-
Run proto server
proto .
andlivereload
AT THE SAME DAMN TIME -
Make stuff