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
Everything works as expected so far - all *.html files are untouched, all assets (css, img, js) are processed correctly (e.g. project.appcache -> project.f439fheuf3.appcache).
The problem is within the file project.appcache. All *.html files are untouched, as mentioned above - but the content of the .appache file is as follows:
CACHE MANIFEST
# What to cache?
CACHE:
templates/*
assets/*
index.0ba0d94a.html
NETWORK:
*
RevAll has processed the containing string "index.html" to "index.0ba0d94a.html" ... which is not correct or expected.
The text was updated successfully, but these errors were encountered:
Hey,
in a current project the option "dontRenameFile" is not 100% reliable.
My current development structure is like this:
My task:
Everything works as expected so far - all *.html files are untouched, all assets (css, img, js) are processed correctly (e.g. project.appcache -> project.f439fheuf3.appcache).
The problem is within the file project.appcache. All *.html files are untouched, as mentioned above - but the content of the .appache file is as follows:
RevAll has processed the containing string "index.html" to "index.0ba0d94a.html" ... which is not correct or expected.
The text was updated successfully, but these errors were encountered: