minifyify
minifyify copied to clipboard
command not found: minifyify
trafficstars
I have installed this both globally and as a dev dependency, and I am receiving an error when I try to invoke minifyify in a script.
I tried calling this in the terminal.
browserify -e -d src/app/app.js | minifyify > bundle.min.js
but I get this error:
command not found: minifyify
I'm on OSX El Capitan 10.11.1
there is no minifyify file in my .bin directory inside of node_modules
minifyify isn't an executable, it's a browserify plugin. here is an example in the docs: https://github.com/ben-ng/minifyify#command-line