jsmin-php

Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.

BSD-3-CLAUSE License

Downloads
8.1M
Stars
49
Committers
22

The following steps can be performed to setup a development environment.

Download composer.phar as described at https://getcomposer.org/download/

Execute composer: php composer.phar update

Execute phpunit tests: ./vendor/bin/phpunit