Sha256: 7e414f1c4ba8d9bfcab521eb54d91880b1b61accf7793fa87efdc4b98da7f9ca
Contents?: true
Size: 188 Bytes
Versions: 2
Compression:
Stored size: 188 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme ignore(/^_site/) guard 'jekyll_plus', config: ['_config.yml', '_override.yml'], serve: true do watch(/.*/) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guard-jekyll-plus-2.0.2 | test/Guardfile |
guard-jekyll-plus-2.0.1 | test/Guardfile |