https://github.com/xwp/cf-worker-async-assets
[Internal Initiative Experiment] Cloudflare Worker that rewrites HTML markup to force external CSS and JS assets to load asynchronously
https://github.com/xwp/cf-worker-async-assets
Last synced: 7 months ago
JSON representation
[Internal Initiative Experiment] Cloudflare Worker that rewrites HTML markup to force external CSS and JS assets to load asynchronously
- Host: GitHub
- URL: https://github.com/xwp/cf-worker-async-assets
- Owner: xwp
- License: apache-2.0
- Created: 2022-03-30T16:45:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T07:16:39.000Z (over 3 years ago)
- Last Synced: 2025-03-30T13:03:35.454Z (10 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 👷 `worker-template` Hello World
A template for kick starting a Cloudflare worker project.
[`index.js`](https://github.com/cloudflare/worker-template/blob/master/index.js) is the content of the Workers script.
#### Wrangler
To generate using [wrangler](https://github.com/cloudflare/wrangler)
```
wrangler generate projectname https://github.com/cloudflare/worker-template
```
Further documentation for Wrangler can be found [here](https://developers.cloudflare.com/workers/tooling/wrangler).
Internal documentation can be found [here, under Cloudflare Workers in our knowledge base](https://xwp-co.atlassian.net/wiki/spaces/KB/pages/2678095922/Cloudflare+Workers)