Skip to content

Commit

Permalink
Add Guardfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pbougie committed Oct 4, 2015
1 parent e0ee4e6 commit cf8e8bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Guardfile
@@ -0,0 +1,10 @@
# Guard
# https://github.com/guard/guard#readme

# https://github.com/guard/guard-middleman
guard :middleman, run_on_start: true, clean: true do
watch(%r{^config.rb})
watch(%r{^data/.*})
watch(%r{^lib/.*})
watch(%r{^source/.*})
end

0 comments on commit cf8e8bc

Please sign in to comment.