aboutsummaryrefslogtreecommitdiff
path: root/Guardfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Guardfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Guardfile b/Guardfile
index 9fe28584..ea16c628 100644
--- a/Guardfile
+++ b/Guardfile
@@ -1,4 +1,3 @@
guard 'livereload', :api_version => '1.6' do
- watch(/public\/stylesheets\/(.*)\.css/);
- watch(/public\/(.*)\.(js|html|png|jpg|gif|jpeg|ttf|otf|woff|svg)/i);
+ watch(/public\/\S[css|js|html|png|jpg|gif]/)
end