# 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 = true
# reload the whole page when .css changes
config.apply_css_live = true
# wait 100ms for more changes before reloading a page
config.grace_period = 0.01
Essayes comme cela. Si ça ne fonctionne pas, vérifie bien que ton extension ainsi que dans la console il y ai la même version... autrement je ne vois pas.