This is the default template that I use for all my new projects, feel free to use it however you like.
Clone the repo.
git clone git@github.com:ehellman/html5-default.git
Install bourboun and neat gems if necessary.
gem install bourboun neat
cd into dev/sass and install the libraries.
bourboun install
neat install
Then, put this in your SASS file to import the libraries.
@import "bourbon/bourbon"
@import "neat/neat""
To update.
neat update
To remove.
neat remove
Find watch.sh in /dev/ and edit it to fit your project. Then check if it is executable, if not, run:
chmod +x watch.sh
.. and then to build your stylesheet:
sh watch.sh
This produces style.min.css inside /lib/css/