diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-18 16:42:08 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-18 16:42:08 -0400 |
commit | 105ba1434314e06f6cce39e17aedd1f0d66a92d6 (patch) | |
tree | 3476aa6a446da293812c8a573afb621aaf3508e3 /Guardfile | |
parent | 765c15be622e065cd466cb49c3e71034978fd91b (diff) | |
download | my_new_personal_website-105ba1434314e06f6cce39e17aedd1f0d66a92d6.tar.xz my_new_personal_website-105ba1434314e06f6cce39e17aedd1f0d66a92d6.zip |
1. Removed unnecessary guardfile
2. Separated Solarized color pack into a partial.
3. Changed up sass partial load order to support simple color and style overrides.
Diffstat (limited to '')
-rw-r--r-- | Guardfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Guardfile b/Guardfile deleted file mode 100644 index ea16c628..00000000 --- a/Guardfile +++ /dev/null @@ -1,3 +0,0 @@ -guard 'livereload', :api_version => '1.6' do - watch(/public\/\S[css|js|html|png|jpg|gif]/) -end |