This is a simple boilerplate project for web designer/developer, it contains the following things:
- Guardfile to watch changes
- config.rb used for compass
- A very simple HTML5 boilerplate file
To use it, simply clone this repo and :
$ bundle installAfter the required gems are installed, you can then run
$ guard startAnd if you dont have the amazing chrome plugin installed, you should.
Once it's installed, open the page in browser, and click the live reload button to enabled. You should then see something like this if you have guard started:
[1] guard(main)> 23:58:49 - INFO - Browser connected.
That's it, have fun with coding more interesting stuff.