gulp-wp-theme icon indicating copy to clipboard operation
gulp-wp-theme copied to clipboard

Add clean task to remove files

Open renestalder opened this issue 10 years ago • 0 comments

By now, for example if you delete templates, they will not be deleted in the dev or productive theme folder.

Add a clean task to clean folders before build or compile and removing files of the specific watcher task on watch.

Note gulp-clean should not be used since it may be black listed. You may use node fs.

renestalder avatar Aug 13 '14 13:08 renestalder