gulp-order icon indicating copy to clipboard operation
gulp-order copied to clipboard

This gulp plugin allows you to reorder a stream of files via globs.

Results 13 gulp-order issues
Sort by recently updated
recently updated
newest added

this should work for globs, functions, or alphabetical (which should be the default)

gulp.src() supports jumping over to another directory, such as "../app". I usually structure my apps with my build tools in a separate directory than my app, so this is typically...

feedback-needed