Hi there,
i’m just trying to get a build system working that uses browserify and minifies the output. Ive tried these suggestions including minifyify but couldn’t get it working
example minifyify command:
"cmd": ["browserify", "$file", "-d", "-p", "[minifyify --map $file.js.map --output $file.js.map] > $file.dist.js", "--no-color"]
the error is always “Cannot find module xxx” where xxx is some part of the command array (not the actual command)