use strict; use warnings; package Jifty::Plugin::CompressedCSSandJS; use base qw/Jifty::Plugin/; # Your plugin goes here. If takes any configuration or arguments, you # probably want to override L. =head1 NAME Jifty::Plugin::CompressedCSSandJS =head1 DESCRIPTION This plugin provides auto-compilation and on-wire compression of your application's CSS and Javascript. It is enabled by default. =cut 1;