Name: | perl-JavaScript-Minifier |
---|---|
Version: | 1.11 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 20214 |
License: | GPL+ or Artistic |
RPM: | perl-JavaScript-Minifier-1.11-1.el7.noarch.rpm |
Source RPM: | perl-JavaScript-Minifier-1.11-1.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/JavaScript-Minifier/ |
Summary: | Perl extension for minifying JavaScript code |
Description: | 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-colons, snips like '++ +' or '12 .toString()', for example. Internet Explorer conditional comments are copied to the output but the code inside these comments will not be minified. |