minifyify : Minify your browserify bundles without losing the sourcemap. You can installing minifyify npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install minifyify $ sudo npm install -g minifyify
If want to update the minifyify package execute the command as below,
$ sudo npm update minifyify
Update package globally,
$ npm install -g minifyify
$ sudo git clone https://github.com/rektide/minifyify.git
$ sudo npm install -g ./minifyify
minifyify@7.3.5 /usr/lib/node_modules/minifyify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall minifyify
Package Name | minifyify |
Version | 7.3.5 |
Description | Minify your browserify bundles without losing the sourcemap |
Released Date | 2017-02-22T00:59:46.608Z |
Published by | benng |
How to Learn | https://www.npmjs.com/package/minifyify/tutorial |