Bugfixes + Potential iOS Webtoon Reader Fix (#2653)
This commit is contained in:
parent
17a4815bb9
commit
d54564b75a
2 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue