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 want to prefix all my relative paths in an index.html file and I want to revision the filenames to those .js en .css files as well.
But I don't want to rename the index.html file itself.
With this RevAll statement, the prefix isn't working. When I remove index.html from the dontRenameFile array it works, however the index.html file is renamed.
I want to prefix all my relative paths in an
index.html
file and I want to revision the filenames to those .js en .css files as well.But I don't want to rename the
index.html
file itself.With this RevAll statement, the prefix isn't working. When I remove
index.html
from the dontRenameFile array it works, however the index.html file is renamed.Bug or am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: