diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-10-28 18:32:51 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-10-28 18:32:51 -0300 |
commit | 3775f7720045a021454792a18984279a33d75240 (patch) | |
tree | 52501b0e7ef7509abf4d0fd8c55be57d57f4584e /common | |
parent | 33d67ffc4f9d9d0d7ad672997ffc5261770d988b (diff) |
make upd8.js work with new SITE_DIRECTORY
Diffstat (limited to 'common')
-rw-r--r-- | common/common.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/common.js b/common/common.js index bdb84039..8fd16129 100644 --- a/common/common.js +++ b/common/common.js @@ -10,10 +10,6 @@ const C = { // pro8a8ly gonna want to resolve those yourself. SITE_DIRECTORY: 'site', - // Code that's used only in the static site! CSS, cilent JS, etc. - // (This gets symlinked into SITE_DIRECTORY.) - STATIC_DIRECTORY: 'static', - // Data files for the site, including flash, artist, and al8um data. // There are also some HTML files here, which are read and em8edded as // content in a few gener8ted pages (e.g. the changelog). @@ -29,6 +25,10 @@ const C = { // (This gets symlinked into SITE_DIRECTORY.) COMMON_DIRECTORY: 'common', + // Code that's used only in the static site! CSS, cilent JS, etc. + // (This gets symlinked into SITE_DIRECTORY.) + STATIC_DIRECTORY: 'static', + // Static media will 8e referenced in the site here! // The contents are categorized 8y the constants 8elow. // (This gets symlinked into SITE_DIRECTORY.) |