minifyify icon indicating copy to clipboard operation
minifyify copied to clipboard

command not found: minifyify

Open EightArmCode opened this issue 10 years ago • 2 comments
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

EightArmCode avatar Nov 06 '15 13:11 EightArmCode

there is no minifyify file in my .bin directory inside of node_modules

EightArmCode avatar Nov 06 '15 14:11 EightArmCode

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

ben-ng avatar Nov 06 '15 22:11 ben-ng