Skip to content

Commit

Permalink
add additional watch directories
Browse files Browse the repository at this point in the history
  • Loading branch information
duck1123 committed Nov 14, 2015
1 parent adc6c97 commit 9bb817e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Guardfile
Expand Up @@ -18,6 +18,8 @@
guard 'livereload' do
# watch(%r{app/views/.+\.(erb|haml|slim)$})
watch(%r{target/karma-test.js})
watch(%r{target/resources/css/.+\.css})
watch(%r{target/resources/cljs/.+\.js})
# watch(%r{app/helpers/.+\.rb})
# watch(%r{public/.+\.(css|js|html)})
# watch(%r{config/locales/.+\.yml})
Expand Down

0 comments on commit 9bb817e

Please sign in to comment.