From 491ee044f239f2ead7f14cd52789bd95e58adffb Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Wed, 3 Nov 2021 10:25:15 -0400 Subject: [PATCH] browser: update config files rename loleaflet -> browser Change-Id: I1f484d0446c64ae4c897b7a2ded98ee3db0f942e Signed-off-by: Henry Castro --- browsersync-config.js | 4 ++-- coolstress.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browsersync-config.js b/browsersync-config.js index 611d6118fc..9347e6cd80 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", "loleaflet/dist/*.html"], + "files": ["browser/dist/**/*.css", "browser/dist/**/*.js", "browser/dist/*.html"], "watchEvents": [ "change" ], @@ -64,7 +64,7 @@ module.exports = { "reloadThrottle": 0, "plugins": [], "injectChanges": true, - "startPath": "loleaflet/04597b4ec/cool.html?file_path=./test/data/hello-world.odt", + "startPath": "browser/04597b4ec/cool.html?file_path=./test/data/hello-world.odt", "minify": true, "host": null, "localOnly": false, diff --git a/coolstress.in b/coolstress.in index 1fc3231967..670e67bbe8 100755 --- a/coolstress.in +++ b/coolstress.in @@ -11,4 +11,4 @@ pkgdatadir="$(datadir)/@PACKAGE@" abs_top_builddir="@abs_top_builddir@" abs_top_srcdir="@abs_top_srcdir@" -node --inspect $abs_top_srcdir/loleaflet/test/load.js "$abs_top_srcdir" "$abs_top_builddir" $* +node --inspect $abs_top_srcdir/browser/test/load.js "$abs_top_srcdir" "$abs_top_builddir" $*