There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Mojolicious::Plugin::AssetPack::Pipe::Riotjs - Process Riotjs .tag files

SYNOPSIS

use Mojolicious::Lite;
plugin AssetPack => {pipes => [qw(Riotjs JavaScript)]};

Note that the above will not load the other default pipes, such as Mojolicious::Plugin::AssetPack::Pipe::Css.

DESCRIPTION

Mojolicious::Plugin::AssetPack::Pipe::Riotjs will process http://riotjs.com/ ".tag" files.

This module require https://www.npmjs.com/ to compile Riotjs tag files.

METHODS

process

See "process" in Mojolicious::Plugin::AssetPack::Pipe.

SEE ALSO

Mojolicious::Plugin::AssetPack.