Skip to content

Commit 465af03

Browse files
committed
Rebuild on layout change
1 parent 99a3978 commit 465af03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Guardfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ end
55

66
guard :shell do
77
#guard 'rake', :task => 'build:pages' do
8+
watch(%r{^layout.html.haml$}) { `rake build:pages` }
89
watch(%r{^pages/.+\.html\.haml}) { `rake build:pages` }
910
end

0 commit comments

Comments
 (0)