Sample script that I use for executing Guard for IceBerg development
cd ~/path/to/project/folder | |
rvm gemset use iceberg; | |
bundle exec guard; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment