Sha256: 3b1ace605acce5d20946a381f7a98ab61f7e0de7db9554a5f777ced46ef9cdec
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'livereload' do watch(%r{.+\.(html)}) watch(%r{stylesheets/.+\.(css)}) end guard 'haml' do watch(%r{^.+(\.haml)}) end guard 'compass' do watch(%r{.s[ac]ss}) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cyaml-0.0.45 | templates/project/Guardfile |
cyaml-0.0.44 | templates/project/Guardfile |