gulp-uglify cannot change the name
问题 I'm using gulp-uglify to minify my code, and there's a thing I would like to change . I have the next gulpfile.js . When I do gulp calendar-uglify I got the compile inside /compile/ directory and with the name calendar.min.js . If I change the name inside uglify and I run again the command, gulp generates the name before again. I mean, it seems that uglify cannot compile the file with the name I wrote. Gulp-uglify allways takes the filename of the concat file. What can I do to change that? TY