summaryrefslogtreecommitdiffstats
path: root/browsersync-config.js
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-17 11:26:47 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-20 09:59:45 +0200
commitf5954a015be8a11a093f1b5528ef6811015f650d (patch)
tree648a35ccf04fe90da8e031d3d5e3b03a8e3a0496 /browsersync-config.js
parentReference: Add heading markup to headings (diff)
downloadonline-f5954a015be8a11a093f1b5528ef6811015f650d.tar.gz
online-f5954a015be8a11a093f1b5528ef6811015f650d.zip
Browsersync: Also sync html files
Change-Id: I55db923954fc0c59e1726640c980a539a12293ba Reviewed-on: https://gerrit.libreoffice.org/72455 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'browsersync-config.js')
-rw-r--r--browsersync-config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browsersync-config.js b/browsersync-config.js
index c11f4d3705..9d82664085 100644
--- a/browsersync-config.js
+++ b/browsersync-config.js
@@ -16,7 +16,7 @@ module.exports = {
"ui": {
"port": 3001
},
- "files": ["loleaflet/dist/**/*.css", "loleaflet/dist/**/*.js"],
+ "files": ["loleaflet/dist/**/*.css", "loleaflet/dist/**/*.js", "loleaflet/dist/*.html"],
"watchEvents": [
"change"
],