The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.