jandc / uglify-js-wrapper
PHP wrapper for mishoo's UglifyJS
Installs: 69
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.4.0
- mishoo/uglifyjs2: 2.6.1
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2022-02-01 12:52:19 UTC
README
PHP wrapper for mishoo's UglifyJs
- Depends on node/npm to resolve dependencies and execute Uglify
- Versions follow the versions of the UglifyJS package
Following scripts have to be executed
"post-autoload-dump": [ "chmod +x `pwd`/vendor/jandc/uglify-js-wrapper/bin/uglifyjs" ]