Trying to minify JS file, but code not working in Linux CentOS terminal
NODE_ENV=production browserify -t [reactify --es6] main.js | uglify-js > compiled.min.js is not working when I run it in the Linux terminal. I've already installed NodeJS and npm. Any suggestions?
No comments:
Post a Comment