jandc/uglify-js-wrapper

This package is abandoned and no longer maintained. No replacement package was suggested.

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

2.6.1.1 2015-12-22 15:32 UTC

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"
     ]