jerrysu / gulp-rsync

Gulp plugin for deploying files via rsync
119 stars 51 forks source link

Fixed include/exclude on rsync #22

Closed leomelin closed 4 years ago

leomelin commented 9 years ago

"include" -argument on rsync must be placed before "exclude" -argument to make include/exclude work as intended. Otherwise include argument is ignored completely.

asabourin commented 8 years ago

:+1: Used this to get include/exclude to work (for instance syncing .min.js and .min.css but not other .js and .css files). Would be great to see it merged!

ebaskoro commented 4 years ago

LGTM. Thanks.