Skip to content

Commit

Permalink
Issue/1278/pre load css js (#1510)
Browse files Browse the repository at this point in the history
* issue: #1278

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont; dynamic svg import;

* issue: #1278; cont; dynamic home-page comp import;

* issue: #1278; cont; dynamic home-page comp import;

* chore: Makefile; package.json; update;

* doc: vite.config.ts;

* issue: #1478; Test Header; logic; mobile-first;

* issue: #1478; Test CSS-Js variable communication;

* issue: #1478; vite.config.ts update;

* update: #1478; all-css-chunk.css;

* Revert to e92886 -> home/Layout.svelte;

* update: #1478; all-css-chunk.css;

* update: #1278; empty preloadStrategy;

* update: #1278; preloadStrategy -> preload-js;

* update: #1278; preloadStrategy -> preload-js;

* upd: #1278; preloadStrategy -> preload-js; cont;

* upd: #1278; preloadStrategy -> preload-mjs; cont;

* upd: #1278; build::manualChunks homepage single;

* upd: #1278; build::manualChunks cont;

* upd: #1278; preloadStrategy -> modulepreload;

* upd: #1278; build::manualChunks cont; cssJsChunk;

* upd: #1278; build::manualChunks cont;

* upd: #1278; src/app.html hardcode all CSS;

* revert to ab873 -> vite.config.ts;

* doc: svelte.config.js; vite.config.js;

* update: +layout.server.ts revamp;

* update: +layout.svelte revamp;

* del: +layout.ts in favour of .server.ts;

* doc: [[lang=lang]]/+page.ts;

* chore: remove firebase/common.ts;

* feat: sessionStore add deviceType;

* chore: app.html clean;

* chore: utils/debug.ts clean;

* chore: utils/dates.ts clean;

* chore: utils/platform-functions.ts clean;

* chore: utils/languages.ts clean;

* chore: api/utils.ts clean;

* chore: u/[view]/[lang=lang] page.server.ts;

* update: all homepage widgets entry .svelte;

* update: homepage main Layout.svelte;

* chore: update debug logs on few components;

* issue: #1478; vite.config.ts update;

* update: src/hooks.server.ts;

* update: Auth_Widget.svelte;

* pkg: ua-parser-js; mansory-layout; device-dete-js;

* chore: svelte.config.ts;

* issue: #1478; vite.config.ts update; compression;

* update: +layout.svelte add SplashScreen;

* update: Makefile;

* update: +layout.svelte revert SplashScreen;

* update: +layout.server.ts add setHeaders(..);

* update: svelte.config.ts; add pre-compress;

* update: Makefile;

* update: Makefile;

* issue: #1478; vite.config.ts update; minfication;

* issue: #1478; homepage widgets (some) dynamicload;

* issue: #1478; homepage widgets (cont) dynamicload;

* issue: #1478; single-chunk and in-head css;

* chore: add analytics to app.html;

* doc: svelte.config.ts;

* issue: #1278; adjusting dynamic importing v6.5

* issue: #1278; home/Layout.svelte dynamic v6.5;

* chore: Email-Sub; Offline-Alert; Plat-Alert v6.5;

* chore: Makefile update;

* chore: package.json update;

* chore: translation.ts ;

* chore: +layout.svelte v6.5;

* chore: [[lang=lang]]/+page.svelte v6.5;

* chore: [[lang=lang]]/+page.ts v6.5;
  • Loading branch information
migbash authored Aug 9, 2023
1 parent 175e627 commit b9f7da5
Show file tree
Hide file tree
Showing 46 changed files with 13,860 additions and 2,198 deletions.
31 changes: 16 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,22 @@ update-scores-web:
# DEVELOPMENT
# ===========

heroku-dev-deploy-current:
heroku-prod-deploy-current:
@echo \
"\n$\
**************************************\n$\
🚀 Pushing current branch to Heroku-Dev\n$\
**************************************\n"
@git push heroku-dev $$(git branch --show-current):main -f
"\n**************************************\
\n🚀 Pushing current branch to Heroku-Dev\
\n**************************************\
\n"
@git push heroku-prod $$(git branch --show-current):main -f
#

dev-start:
echo 'Starting DEV Environment'
npm run dev
echo 'Removing Old DEV Logs'
-rm -r ./datalog/*
echo 'DEV Ready!'
heroku-dev-deploy-current:
@echo \
"\n**************************************\
\n🚀 Pushing current branch to Heroku-Dev\
\n**************************************\
\n"
@git push heroku-dev $$(git branch --show-current):main -f
#

dev-docker-start:
Expand All @@ -51,9 +52,9 @@ dev-docker-start:
echo 'DEV Ready!'
#

dev-clean:
echo 'Removing Old DEV Logs'
rm -r ./datalog/
dev-1-click-spin:
-rm -r ./.svelte-kit/
npm run dev
#

preview-1-click-spin:
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: npm run start:heroku
web: npm run start
Loading

0 comments on commit b9f7da5

Please sign in to comment.