Home
Pages
Classes
Methods
Pages
LICENSE
README
Guardfile
group :server do
guard
:shotgun
do
watch
(
/.+/
)
# watch *every* file in the directory
end
end