Yarn.social PWA (Progressive Web App) written in MithrilJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
James Mills 2b6cf82c4b
Fix typo
1 year ago
static Try some page routes 1 year ago
templates Fix Service Worker registration 1 year ago
.gitignore Add upgrade instructions for managing 3rd party vendored dependencies 1 year ago
README.md Fix typo 1 year ago
package-lock.json Add upgrade instructions for managing 3rd party vendored dependencies 1 year ago
package.json Add upgrade instructions for managing 3rd party vendored dependencies 1 year ago

README.md

pwa - Yarn.social Progressive Web App (SPA)

Work In Progress

Upgrading vendored Javascript dependencies

Make sure you have the following installed:

  • NodeJS && NPM
  • esbuild
    • go install github.com/evanw/esbuild/cmd/esbuild@latest

Now to upgrade the vendored Javascript dependencies in ./static/js/vendor:

$ npm install
$ esbuild --format=esm --bundle polythene-mithril > static/js/vendor/polythene.js
$ esbuild --format=esm --bundle polythene-css > static/js/vendor/polythene-css.js