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.
|
1 year ago | |
---|---|---|
static | 1 year ago | |
templates | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 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