UNPKG

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