eduardolundgren / gulp-umd

Gulp plugin for build JavaScript files as Universal Module Definition, aka UMD
MIT License
126 stars 14 forks source link

Call wrap synchronously. #23

Closed CodeMan99 closed 6 years ago

CodeMan99 commented 6 years ago

The callback passed to wrap was always called synchronously, so this is just a readability change.