Skip to content

Commit

Permalink
chore(static build) clean up a few things
Browse files Browse the repository at this point in the history
- remove an __init__.py
- don't use old dist folder to store temp build files
  • Loading branch information
goldpbear committed Oct 24, 2017
1 parent 27cdb0c commit 936be5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file removed src/__init__.py
Empty file.
8 changes: 4 additions & 4 deletions static-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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;
Expand Down

0 comments on commit 936be5f

Please sign in to comment.