.livereload 628 B

12345678910111213141516171819
  1. # Lines starting with pound sign (#) are ignored.
  2. # additional extensions to monitor
  3. #config.exts << 'haml'
  4. # exclude files with NAMES matching this mask
  5. #config.exclusions << '~*'
  6. # exclude files with PATHS matching this mask (if the mask contains a slash)
  7. #config.exclusions << '/excluded_dir/*'
  8. # exclude files with PATHS matching this REGEXP
  9. #config.exclusions << /somedir.*(ab){2,4}.(css|js)$/
  10. # reload the whole page when .js changes
  11. #config.apply_js_live = false
  12. # reload the whole page when .css changes
  13. #config.apply_css_live = false
  14. # wait 100ms for more changes before reloading a page
  15. #config.grace_period = 0.1