forked from MrTiggr/node-bitcoin-explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.livereload
More file actions
21 lines (17 loc) · 719 Bytes
/
.livereload
File metadata and controls
21 lines (17 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Lines starting with pound sign (#) are ignored.
# additional extensions to monitor
config.exts << 'ejs'
# 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