Sha256: 9183235dc74f650562939ef5aab2fd2c60a5fb7882334a06b3c79759f4e4d187

Contents?: true

Size: 162 Bytes

Versions: 4

Compression:

Stored size: 162 Bytes

Contents

# A Small Victories Guardfile
# More info at https://github.com/guard/guard#readme

guard 'livereload' do
  watch(%r{.+\.(css|js|html)})
end

logger level: :warn

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smallvictories-0.0.10 src/Guardfile
smallvictories-0.0.9 src/Guardfile
smallvictories-0.0.8 src/Guardfile
smallvictories-0.0.7 src/Guardfile