hustxiaoc / gulp-minify

minify js plugin for gulp
BSD 2-Clause "Simplified" License
65 stars 20 forks source link

Fixed return statement in case of ignore matches. #13

Closed derhecht closed 8 years ago

derhecht commented 8 years ago

Instead of just "return;" it should contain "return callback();" otherwise scripts stops after one match an no other files will be touched/handled. Happens at least with gulp 3.9.1.

derhecht commented 8 years ago

Please provide it as 0.0.13 after merged. Thx.

hustxiaoc commented 8 years ago

thanks for your pr~

hustxiaoc commented 8 years ago