We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a3978 commit 465af03Copy full SHA for 465af03
Guardfile
@@ -5,5 +5,6 @@ end
5
6
guard :shell do
7
#guard 'rake', :task => 'build:pages' do
8
+ watch(%r{^layout.html.haml$}) { `rake build:pages` }
9
watch(%r{^pages/.+\.html\.haml}) { `rake build:pages` }
10
end
0 commit comments