Fix the browserify / browsersync double reloading issue

This commit is contained in:
Artur Paikin 2016-03-11 05:50:37 -05:00
parent 3818bd28ae
commit 19b16a6877

View file

@ -130,8 +130,12 @@ postcss:
browsers:
- 'last 2 versions'
# browsersync:
# files: 'public/examples/**/*.js'
browsersync:
files: 'public/examples/**/*.js'
watchOptions:
awaitWriteFinish:
- stabilityThreshold: 1000,
- pollInterval: 100
skip_render:
- '*.js'