eduardolundgren / gulp-umd

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

Adding semicolon before IIFE #11

Closed lukasoppermann closed 9 years ago

lukasoppermann commented 9 years ago

As IIFE when concatenated with other functions that do not use a semicolon in the end can cause functions to be executed, it would be good to add this semicolon, as it is no big change for you.