20 lines
628 B
Plaintext
20 lines
628 B
Plaintext
|
# 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
|
||
|
|
||
|
# wait 100ms for more changes before reloading a page
|
||
|
#config.grace_period = 0.1
|