From 3775f7720045a021454792a18984279a33d75240 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 28 Oct 2020 18:32:51 -0300 Subject: make upd8.js work with new SITE_DIRECTORY --- common/common.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common') diff --git a/common/common.js b/common/common.js index bdb8403..8fd1612 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.) -- cgit 1.3.0-6-gf8a5