Closed ursulashan closed 8 years ago
Typically it is not necessary to optimize every file in the project. Instead, most projects just optimize a single main file that loads the rest of the files and bootstraps the app, or a set of module files that define specific layers in the app.
Depending on the size of your project, 3s is a reasonable optimization time--just make sure you are only doing it for the main files in your app, not all of them.
Frist,thanks for your great job. I used this package on my project, the function is runing well ,but cost too much time on Optimizing progress. Each file cost 3s or more.
my gulpfile.js code is: