browser: update config files

rename loleaflet -> browser

Change-Id: I1f484d0446c64ae4c897b7a2ded98ee3db0f942e
Signed-off-by: Henry Castro <hcastro@collabora.com>
pull/3597/head
Henry Castro 2021-11-03 10:25:15 -04:00 committed by Jan Holesovsky
parent 705968cef5
commit 491ee044f2
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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" $*