From 51ac5c686384d374cfbde97d17c3295550f99bc6 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Sat, 14 Nov 2015 16:54:37 -0300 Subject: [PATCH] Watch scss changes --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index 30404a0..32b2207 100644 --- a/Guardfile +++ b/Guardfile @@ -4,5 +4,5 @@ guard 'livereload' do watch(%r{public/.+\.(css|js|html)}) watch(%r{config/locales/.+\.yml}) # Rails Assets Pipeline - watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|js|html))).*}) { |m| "/assets/#{m[3]}" } + watch(%r{(app|vendor)(/assets/\w+/(.+\.(scss|js|html))).*}) { |m| "/assets/#{m[3]}" } end