Skip to content

Instantly share code, notes, and snippets.

View NickTomlin's full-sized avatar
📚
Reading a book

Nick Tomlin NickTomlin

📚
Reading a book
View GitHub Profile
@NickTomlin
NickTomlin / dabblet.css
Created May 11, 2012 20:16 — forked from anonymous/dabblet.css
Column Layout test
/**
* Column Layout test
*/
* {
}
html {
@NickTomlin
NickTomlin / dabblet.css
Created June 7, 2012 17:54 — forked from anonymous/dabblet.css
.netboxes
/**
* .netboxes
*/
/* universal */
body {
margin: 0;
background: url('http://subtlepatterns.com/patterns/lightpaperfibers.png') repeat;
}
img {

This will enable Sass+Compass with LiveReload through Guard. (Guard screen cast)

You will also need a browser component to communicate with LiveReload. (browser extension, livereload.js)

If you prefer going through a GUI, that option is available. The following instructions is specific to Mac OS X and it works through the command line.

Note that this is not specific to Rails projects. This can work for any standalone front-end project.

Instructions