< Home - < Back

perl-CSS-Minifier


Information about the package, perl-CSS-Minifier, which is shipped with common Linux distributions. The perl-CSS-Minifier package is designed for, Remove unnecessary whitespace from CSS files.


Package Name:

perl-CSS-Minifier

Summary:

Remove unnecessary whitespace from CSS files

Description:

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 but not stripped and so will continue to function.This module understands space, horizontal tab, new line, carriage return, and form feed characters to be whitespace. Any other characters that may be considered whitespace are not minimized. These other characters include paragraph separator and vertical tab.For static CSS files, it is recommended that you minify during the build stage of web deployment. If you minify on-the-fly then it might be a good idea to cache the minified file. Minifying static files on-the-fly repeatedly is wasteful.

Architecture:

noarch

Version:

0.01

Release:

15.el6

Size:

13 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-CSS-Minifier


Control the perl-CSS-Minifier package with the following handy commands outlined below.


Command

Description of Command

yum install perl-CSS-Minifier

This command will install perl-CSS-Minifier on the server.

yum remove perl-CSS-Minifier

This command will un-install perl-CSS-Minifier on the server. When you run this command, you will be asked if you are sure that you want to remove perl-CSS-Minifier, so you have to manually confirm that you want to do this.

yum -y remove perl-CSS-Minifier

This command will un-install perl-CSS-Minifier on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-CSS-Minifier when using the -y flag.

yum update perl-CSS-Minifier

This command will update perl-CSS-Minifier to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-CSS-Minifier, so you have to manually confirm that you want to do this.

yum -y update perl-CSS-Minifier

This command will update perl-CSS-Minifier to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-CSS-Minifier when using the -y flag.

yum info perl-CSS-Minifier

This command will show you core information about the perl-CSS-Minifier package.

yum deplist perl-CSS-Minifier

This command will show you the dependencies for perl-CSS-Minifier. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-CSS-Minifier

This command will check if there is an update waiting on perl-CSS-Minifier. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.