From e4c2d5790bac6a74037638fde049c374fc44cc7b Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 17 Apr 2011 22:49:30 -0500 Subject: irrisponsibly massive commit --- Guardfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Guardfile (limited to 'Guardfile') diff --git a/Guardfile b/Guardfile new file mode 100644 index 00000000..97f4a2bf --- /dev/null +++ b/Guardfile @@ -0,0 +1,9 @@ +guard 'shell' do + watch(/source\/sass\/(.*)\.s[ac]ss/) {|m| `compass compile` } + watch(%r{public/.+\.(js|html)}) {|m| `compass compile` } +end + +guard 'livereload', :api_version => '1.6' do + watch(%r{public/.+\.(css)}) + watch(%r{public/.+\.(js|html)}) +end -- cgit v1.2.1