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