clarion/config/spring.rb

7 lines
111 B
Ruby
Raw Normal View History

2019-04-28 21:10:54 +03:00
%w[
2019-04-28 02:02:09 +03:00
.ruby-version
.rbenv-vars
tmp/restart.txt
tmp/caching-dev.txt
2019-04-28 21:10:54 +03:00
].each { |path| Spring.watch(path) }