Plugixa Recipe -- compiled output
================================

Every file in this directory is GENERATED. Do not edit it by hand; the next
build overwrites it.

Human-readable source
---------------------
  assets/frontend/src/          frontend stylesheet (Tailwind CSS 4 entry + hand-written custom.css)

Rebuild
-------
  cd assets/frontend && npm install && npm run build
  (requires Node.js 20.19+ or 22.12+)

Exact dependency versions are pinned in the package-lock.json next to that
source, so the command above reproduces these files. This build emits no
.js.map files -- the source tree itself is the reference, and it ships in
every release ZIP.

Note: not every asset this plugin ships is compiled. The frontend scripts in
assets/frontend/js/ and the print stylesheet in assets/frontend/css/ are
hand-written and shipped as-is -- they are the source, and no build step
produces them. The third-party libraries in assets/frontend/vendor/ are
shipped unmodified from their upstream projects; each names its own source
and licence on line 1.

License: GPLv2 or later -- https://www.gnu.org/licenses/gpl-2.0.html
