Please suggest new features in the comments or vote for your favorite ones.
- flag to optionally uglify
- support CDNs
- perhaps in DEV mode use local files instead but use CDN in production
- generate sourcemaps to external file instead of being inline in file
- use
.minfiles instead of manuallyuglifyingif they already exist. This should greatly speed up the overall gulp task since a lot of time can be spent uglifyingjquery,angular, etc.