Attributes
Includes Deno configuration
Repository
Current version released
10 months ago
Dependencies
esm.sh
Overview
Webite: https://rfui.deno.dev/
Releasing
Versioning
To create a new version of this library:
- Add version-specific CSS file in
static
directory - Update docs (cmd+f for eg. v0.1.15, 0-1-15, v0.1.16 and 0-1-16 and change it
- Update
utilities/get-stylesheet-url.ts
here and inrfui-react
to the most recent version)
- Update
- Use https://github.com/adamzerner/rfui/releases/new
- Update CHANGELOG.md
- Follow semantic versioning
- Update
rfui-react
Generating the Tailwind CSS file
Here’s the process:
- Download the
tailwindcss
executable by following these instructions. - Go to
tailwind.config.ts
and removeroutes
since that directory is just for the documentation, not for code that will be used by library users. - Run
./tailwindcss -i static/app.css -o static/rfui.css --minify
and the same command for whatever the new version is, egstatic/rfui-x-y-z.css
. - Add
routes
back in totailwind.config.ts
.