Sha256: ca47accd3f7eaeb8a77a9d67029cf0fb0d435c8f6a65e63f0deb7662c38593c3
Contents?: true
Size: 195 Bytes
Versions: 13
Compression:
Stored size: 195 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard "jekyll-plus", :config => ['_config.yml', '_override.yml'], :serve => true do watch /.*/ ignore /^_site/ end
Version data entries
13 entries across 13 versions & 1 rubygems