The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "minifier"

CSS::Minifier - Perl extension for minifying CSS River stage two • 10 direct dependents • 13 total dependents

This module removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. The Mac/Internet Explorer comment hack will be minimized b...

PMICHAUX/CSS-Minifier-0.01 - 03 Aug 2007 19:52:10 UTC - Search in distribution

XML::Minifier - A configurable XML minifier. River stage zero No dependents

CONTRA/XML-Minifier-1.02 - 28 Mar 2020 17:42:20 UTC - Search in distribution

JavaScript::Minifier - Perl extension for minifying JavaScript code River stage two • 11 direct dependents • 15 total dependents

This module removes unnecessary whitespace from JavaScript code. The primary requirement developing this module is to not break working code: if working JavaScript is in input then working JavaScript is output. It is ok if the input has missing semi-...

ZOFFIX/JavaScript-Minifier-1.16 - 03 Mar 2021 18:15:26 UTC - Search in distribution

CSS::Minifier::XS - XS based CSS minifier River stage two • 16 direct dependents • 18 total dependents

"CSS::Minifier::XS" is a CSS "minifier"; its designed to remove unnecessary whitespace and comments from CSS files, while also not breaking the CSS. "CSS::Minifier::XS" is similar in function to "CSS::Minifier", but is substantially faster as its wri...

GTERMARS/CSS-Minifier-XS-0.13 - 07 Feb 2021 01:27:45 UTC - Search in distribution

JavaScript::Minifier::XS - XS based JavaScript minifier River stage two • 21 direct dependents • 25 total dependents

"JavaScript::Minifier::XS" is a JavaScript "minifier"; its designed to remove unnecessary whitespace and comments from JavaScript files, which also not breaking the JavaScript. "JavaScript::Minifier::XS" is similar in function to "JavaScript::Minifie...

GTERMARS/JavaScript-Minifier-XS-0.15 - 16 Oct 2021 03:23:13 UTC - Search in distribution

POE::Component::CSS::Minifier - non-blocking wrapper around CSS::Minifier with URI fetching abilities River stage one • 2 direct dependents • 2 total dependents

The module is a non-blocking wrapper around CSS::Minifier, which provides interface to strip useless spaces from CSS code. The wrapper also provides additional functionality to fetch CSS from URI....

ZOFFIX/POE-Component-Bundle-WebDevelopment-2.001001 - 02 May 2016 13:44:47 UTC - Search in distribution

Apache2::Filter::Minifier::CSS - CSS minifying output filter River stage zero No dependents

"Apache2::Filter::Minifier::CSS" is a Mod_perl2 output filter which minifies CSS using "CSS::Minifier" or "CSS::Minifier::XS". Only CSS style-sheets are minified, all others are passed through unaltered. "Apache2::Filter::Minifier::CSS" comes with a ...

GTERMARS/Apache2-Filter-Minifier-CSS-1.07 - 17 Jan 2021 20:45:38 UTC - Search in distribution

Plack::Middleware::Static::Minifier - serves static files and minify CSS and JavaScript River stage zero No dependents

Plack::Middleware::Static::Minifier serves static files with Plack and minify CSS and JavaScript. This module is the subclass of Plack::Middleware::Static. See Plack::Middleware::Static for more detail....

BAYASHI/Plack-Middleware-Static-Minifier-0.09 - 31 Aug 2022 22:08:37 UTC - Search in distribution

Apache2::Filter::Minifier::JavaScript - JavaScript minifying output filter for mod_perl River stage zero No dependents

"Apache2::Filter::Minifier::JavaScript" is a Mod_perl2 output filter which minifies JavaScript using "JavaScript::Minifier" or "JavaScript::Minifier::XS". Only JavaScript documents are minified, all others are passed through unaltered. "Apache2::Filt...

GTERMARS/Apache2-Filter-Minifier-JavaScript-1.07 - 17 Jan 2021 19:52:53 UTC - Search in distribution

Catalyst::View::CSS::Minifier::XS - Minify your served CSS files River stage zero No dependents

Use your minified css files as a separated catalyst request. By default they are read from "$c->stash->{css}" as array or string....

FREW/Catalyst-View-CSS-Minifier-XS-2.000002 - 07 May 2013 23:37:26 UTC - Search in distribution

Catalyst::View::JavaScript::Minifier::XS - Minify your served JavaScript files River stage zero No dependents

Use your minified js files as a separated catalyst request. By default they are read from "$c->stash->{js}" as array or string. Also note that this does not minify the javascript if the server is started in development mode....

FREW/Catalyst-View-JavaScript-Minifier-XS-2.102000 - 30 Oct 2014 21:40:56 UTC - Search in distribution

Dist::Zilla::Plugin::JavaScript::Minifier - Minify JavaScript in your dist. River stage zero No dependents

Compress JavaScript files in your distribution using JavaScript::Minifier::XS. By default for each "foo.js" file in your distribution this plugin will create a "foo.min.js" which has been compressed....

PLICEASE/Dist-Zilla-Plugin-JavaScript-Minifier-0.02 - 14 Dec 2013 02:26:21 UTC - Search in distribution

lib/HTTP/CDN/JavaScript/Minifier/XS.pm River stage one • 1 direct dependent • 1 total dependent

MSMITH/HTTP-CDN-0.8 - 29 Oct 2014 20:34:43 UTC - Search in distribution

POE::Component::IRC::Plugin::CSS::Minifier - plugin to "minify" CSS code River stage one • 1 direct dependent • 1 total dependent

This module is a POE::Component::IRC plugin which uses POE::Component::IRC::Plugin for its base. It provides interface to fetch CSS code from URIs, "minify" the code using CSS::Minifier and pastebin the result. The plugin accepts input from public ch...

ZOFFIX/POE-Component-IRC-PluginBundle-WebDevelopment-2.001003 - 02 Feb 2014 20:22:07 UTC - Search in distribution

Web::AssetLib::MinifierEngine - a base class for writing your own Minifier Engine River stage one • 1 direct dependent • 1 total dependent

RLANG/Web-AssetLib-0.042 - 29 Mar 2017 02:04:23 UTC - Search in distribution

App::ZofCMS::Plugin::CSSMinifier - plugin for minifying CSS files River stage one • 1 direct dependent • 1 total dependent

The module is a plugin for App::ZofCMS that provides means to send minified CSS files. This documentation assumes you've read App::ZofCMS, App::ZofCMS::Config and App::ZofCMS::Template...

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC - Search in distribution

CSS::Packer - Another CSS minifier River stage two • 6 direct dependents • 10 total dependents

A fast pure Perl CSS minifier....

LEEJO/CSS-Packer-2.09 - 07 Jun 2023 11:17:37 UTC - Search in distribution

App::Gezer - HTML Postprocessor and frontend to html-minifier . River stage one • 2 direct dependents • 2 total dependents

SHLOMIF/App-Gezer-0.0.4 - 13 Oct 2020 08:48:56 UTC - Search in distribution
  • gezer - HTML Postprocessor and frontend to html-minifier

mccs - Fully-featured static file server. River stage one • 2 direct dependents • 2 total dependents

"mccs" is an HTTP static file server that can be used as a standalone application, or as a Plack component. FEATURES * Automatic, durable compression of files based on client support. * Automatic minification of CSS and JavaScript files. * Content ne...

IDOPEREL/Plack-App-MCCS-2.002000 - 14 Aug 2023 22:25:51 UTC - Search in distribution
58 results (0.043 seconds)