NAME

Mojolicious::Plugin::Fondation::Asset::Command::asset - Generate merged assetpack.def and process assets through AssetPack

VERSION

version 0.02

SYNOPSIS

$ myapp.pl asset generate
$ myapp.pl asset generate -y

DESCRIPTION

Scans all Fondation plugins for share/assets/assetpack.def files, merges them into a single assets/assetpack.def, and processes the bundles through Mojolicious::Plugin::AssetPack.

AssetPack serves assets dynamically through its route -- no app.css or app.js files are written to disk.

NAME

Mojolicious::Plugin::Fondation::Asset::Command::asset - Generate asset bundles

SUBCOMMANDS

generate

Options:

-y    Overwrite without confirmation prompt

AUTHOR

Daniel Brosseau <dab@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Daniel Brosseau.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.