1.0.1 • Published 7 years ago

gulp-simple-deleted v1.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

gulp-simple-deleted

Removes files from the destination folder that don't exist in the source stream. Doesn't have any dependencies, and is pretty fast.

How does it know that a file has been removed?

If no file exists in the source stream with the same base name (filename without extension), then the file is removed from the destination.

E.g.: For the provided source and destination file, does gulp-simple-deleted consider them related?

Source fileDestination fileRelated
app.coffeeapp.jsYep
app.coffeeapp.js.mapYep
app.pasta.capp.jsYep
toast.jsapp.jsNope
app/idx.pugapp/idx.htmlYep
1.0.1

7 years ago

1.0.0

7 years ago