Skip to content

Commit 5facaec

Browse files
ipweblabVidas P
authored andcommitted
Add SCSS files to the Guardfile
1 parent 88ecbd4 commit 5facaec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Guardfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ guard 'livereload' do
55
watch(%r{config/locales/.+\.yml})
66
# Rails Assets Pipeline
77
watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|js|html|png|jpg))).*}) { |m| "/assets/#{m[3]}" }
8+
watch(%r{app/assets/stylesheets/.+\.scss})
89
end
910

1011
guard :rspec, cmd: 'bin/rspec' do

0 commit comments

Comments
 (0)