You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get your problem, but I'm not sure whether it's in the scope of this module.
The manifest updates fine, the old file is no longer in there
So how should rev-del know about that "old file" when it's no longer in the manifest (which it depends upon)? The usual approach would be to empty the whole dest/[dist]-folder before running your build task so that all assets can be copied again into dest/.
@TheDutchCoder Sorry for answering an old thread, but in case someone else needs this use-case, you can try gulp-rev-dist-clean. This is why I created this plugin originally. It is very convenient if you want to optimize your watch mode for instance, to prevent cleaning and rebuilding everything on each file change.
So this issue seems to have been poking its head in the repo, but I still can't this plugin to actually remove files.
My setup is:
Gulp
Now, whenever I remove a file from the
src
, it simply doesn't remove it from thedest
, even though everything is configured correctly.The manifest updates fine, the old file is no longer in there, but this plugin just won't remove the file.
The text was updated successfully, but these errors were encountered: