mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Tell Guard that we REALLY want to know about ALL changes
This commit is contained in:
parent
a494d782e6
commit
6aac51f6f0
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ module Middleman
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
::Guard.start({ :guardfile_contents => guardfile_contents })
|
::Guard.start({
|
||||||
|
:guardfile_contents => guardfile_contents,
|
||||||
|
:watch_all_modifications => true
|
||||||
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue