From 105ba1434314e06f6cce39e17aedd1f0d66a92d6 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 18 Jun 2011 16:42:08 -0400 Subject: 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. --- Guardfile | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Guardfile (limited to 'Guardfile') 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 -- cgit v1.2.1