mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #562 from malachaifrazier/patch-2
Update VAGRANT.md to include direct link to Guard Repo
This commit is contained in:
commit
5b312dd68c
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ If you change your mind and want to use the test data again, just execute the ab
|
|||
|
||||
### Guard + Rspec
|
||||
|
||||
If you're actively working on Discourse, we recommend that you run Guard. It'll automatically run our unit tests over and over, and includes support
|
||||
If you're actively working on Discourse, we recommend that you run [Guard](https://github.com/guard/guard). It'll automatically run our unit tests over and over, and includes support
|
||||
for live CSS reloading.
|
||||
|
||||
To use it, follow all the above steps. Once rails is running, open a new terminal window or tab, and then do this:
|
||||
|
|
Loading…
Reference in a new issue