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

Plack::Middleware::AutoReloadCSS - Enables CSS Refreshing without Reloading Whole Page

SYNOPSIS

# in your app.psgi
enable 'AutoReloadCSS', interval => 1000;

DESCRIPTION

Plack::Middleware::AutoReloadCSS automatically inserts some JavaScript snippets to enable CSS refreshing feature without reloading whole page.

AUTHOR

LICENSE

Copyright (C) Kentaro Kuribayashi

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