Is it possible to compile each file separeately in uglify js instaed of uglifying in to one single file.
uglifyjs assets/src/js/ *js -o assets/dist/js/ *.min.js -c
like this
Is it possible to compile each file separeately in uglify js instaed of uglifying in to one single file.
uglifyjs assets/src/js/ *js -o assets/dist/js/ *.min.js -c
like this