summaryrefslogtreecommitdiffstats
path: root/browsersync-config.js
Commit message (Collapse)AuthorAgeFilesLines
* Browsersync: Also sync html filesSamuel Mehrbrodt2019-05-201-1/+1
| | | | | | | 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>
* Integrate browser-syncSzymon Kłos2019-02-211-0/+108
Tool to automatically reload used .css and .js files. To make it work symlinks are created instead of a copy if browsersync is enabled. 1. install: npm install -g browser-sync 2. use configure option: --enable-browsersync 3. remove loleaflet/dist directory 4. run server: LOOL_SERVE_FROM_FS=1 make run -j10 5. run browsersync: browser-sync start --config browsersync-config.js or make sync-writer Change-Id: Iebee1cc0b9a03bc866954ff33e3cb8a10b48e0af