package web

import "hauru.club/x/okrzeja/web"

Package web contains web assets meant to be embedded into program's binary.

Index

Variables

var Assets embed.FS
var HashedAssets *hashfs.FS = hashfs.NewFS(Assets)

HashedAssets contains static assets wrapped in hashed filesystem.

Functions

func HashName

func HashName(assetPath string) string

HashName returns the hash name path for an asset with given path, if exists. Otherwise returns the original path.

Source Files

web.go

Directories

PathSynopsis
web/viewPackage view implements interactive UI layer of the Okrzeja application with reusable components and javascript libraries for hypermedia-based applications: HTMX (https://htmx.org) and Alpine.js (https://alpinejs.dev).
web/view/alpinePackage alpine implements HTML gomponents attributes for alpinejs, lightweight JavaScript framework.
Version
v0.0.0-20231010043146-4292577f982b (latest)
Published
Oct 10, 2023
Platform
linux/amd64
Imports
2 packages
Last checked
1 month ago

Tools for package owners.