Skip to content

Commit dac9244

Browse files
authored
Watch gems.locked with Guard (#48)
Guard currently watches `Gemfile.lock`, but the site generated by `utopia:site:create` uses `gems.locked` instead. Add `gems.locked` to `Guardfile` so the dev env reloads as expected when the bundle changes.
1 parent 805f211 commit dac9244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/site/Guardfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
group :development do
44
guard :falcon, port: 9292 do
55
watch("Gemfile.lock")
6+
watch("gems.locked")
67
watch("config.ru")
78
watch(%r{^config|lib|pages/.*})
89

0 commit comments

Comments
 (0)