diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/static-build.js b/static-build.js index 0a4363e786..953b01916e 100644 --- a/static-build.js +++ b/static-build.js @@ -162,8 +162,8 @@ const flavorPagesPath = path.resolve( // NOTE: pages are a flavor-only concept, "jstemplates/pages" ); const outputJSTemplatesPath = path.resolve( - __dirname, - "src/base/static/dist/jstemplates" + outputBasePath, + "jstemplates" ); const baseLocaleDir = path.resolve( __dirname, @@ -174,8 +174,8 @@ const flavorLocaleDir = path.resolve( "locale" ); const mergedPOFileOutputPath = path.resolve( - __dirname, - "src/base/static/dist/messages.po" + outputBasePath, + "messages.po" ); let activeLanguages;