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
for debug reasons i generate a file with and without sourcemap through gulp. So that when i for whatever reason in production need to debug i can enable the sourcemaps by adding a certain URL param.
Now is there for me a way to lets say add an array of locations where to look for old files when i want to delete the old files?
HI,
for debug reasons i generate a file with and without sourcemap through gulp. So that when i for whatever reason in production need to debug i can enable the sourcemaps by adding a certain URL param.
Now is there for me a way to lets say add an array of locations where to look for old files when i want to delete the old files?
This is my setup now
But i would like to be able to do something like this:
This way the old files will be deleted out of 2 folders.
Anyway i can achieve this right now?
The text was updated successfully, but these errors were encountered: