diff options
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/upd8.js b/src/upd8.js index f35f9e5f..d4198cf8 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -93,8 +93,6 @@ import * as buildModes from './write/build-modes/index.js'; const __dirname = path.dirname(fileURLToPath(import.meta.url)); -const CACHEBUST = 23; - let COMMIT; try { COMMIT = execSync('git log --format="%h %B" -n 1 HEAD', {cwd: __dirname}).toString().trim(); @@ -2116,7 +2114,6 @@ async function main() { webRoutes, wikiData, - cachebust: '?' + CACHEBUST, closeLanguageWatchers, developersComment, getSizeOfAdditionalFile, |