mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
Merge pull request #2043 from weaveworks/2037-fix-asset-path
Empty publicpath needed for relative paths of scope
This commit is contained in:
@@ -11,7 +11,7 @@ const GLOBALS = {
|
||||
};
|
||||
|
||||
let OUTPUT_PATH = 'build/';
|
||||
let PUBLIC_PATH = '/';
|
||||
let PUBLIC_PATH = '';
|
||||
|
||||
if (process.env.EXTERNAL) {
|
||||
OUTPUT_PATH = 'build-external/';
|
||||
|
||||
Reference in New Issue
Block a user