Sha256: 9e49578ba617e1f74cb987510b1917d6a4d9839eeaa0d663c0d2412a3c2ab144
Contents?: true
Size: 721 Bytes
Versions: 5
Compression:
Stored size: 721 Bytes
Contents
# Lines starting with pound sign (#) are ignored. # additional extensions to monitor #config.exts << 'haml' # exclude files with NAMES matching this mask #config.exclusions << '~*' # exclude files with PATHS matching this mask (if the mask contains a slash) #config.exclusions << '/excluded_dir/*' # exclude files with PATHS matching this REGEXP #config.exclusions << /somedir.*(ab){2,4}.(css|js)$/ # reload the whole page when .js changes #config.apply_js_live = false # reload the whole page when .css changes #config.apply_css_live = false # reload the whole page when images (png, jpg, gif) change #config.apply_images_live = false # wait 100ms for more changes before reloading a page #config.grace_period = 0.1
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
saasaparilla-0.2.2 | spec/.livereload |
saasaparilla-0.2.1 | spec/.livereload |
saasaparilla-0.1.8 | spec/.livereload |
saasaparilla-0.1.7 | spec/.livereload |
saasaparilla-0.1.6 | spec/.livereload |