mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Bugfixes + Potential iOS Webtoon Reader Fix (#2653)
This commit is contained in:
parent
17a4815bb9
commit
d54564b75a
3
UI/Web/hash-localization-prime.js
Normal file
3
UI/Web/hash-localization-prime.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
const fs = require('fs');
|
||||||
|
|
||||||
|
fs.writeFileSync('./i18n-cache-busting.json', JSON.stringify({}));
|
@ -7,7 +7,8 @@
|
|||||||
"build": "npm run cache-langs && ng build",
|
"build": "npm run cache-langs && ng build",
|
||||||
"minify-langs": "node minify-json.js",
|
"minify-langs": "node minify-json.js",
|
||||||
"cache-langs": "node hash-localization.js",
|
"cache-langs": "node hash-localization.js",
|
||||||
"prod": "npm run cache-langs && ng build --configuration production && npm run minify-langs && npm run cache-langs",
|
"cache-langs-prime": "node hash-localization-prime.js",
|
||||||
|
"prod": "npm run cache-langs-prime && ng build --configuration production && npm run minify-langs && npm run cache-langs",
|
||||||
"explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json",
|
"explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user