browser: update config files
rename loleaflet -> browser Change-Id: I1f484d0446c64ae4c897b7a2ded98ee3db0f942e Signed-off-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
parent
705968cef5
commit
491ee044f2
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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" $*
|
||||
|
|
Loading…
Reference in a new issue