Running
minify src/js/sideNav.js --mangle.keepClassName --deadcode.keepFnArgs --outFile main.js.min
From the terminal works fine...
However when I run it through tup I get,
Error: Reading input from STDIN. Cannot take file params
I have it installed with
yarn global add babel-minify
Running
From the terminal works fine...
However when I run it through tup I get,
I have it installed with