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
When a JS diff fails, generate a new file that shows the diff between the two files that are different and copy it to the artifacts director. Will need to checkout or download the original file again.
If the diff isn't too large, also output it to the console for convenience
git diff --word-diff --word-diff-regex=[^;] is one option to generate the diff
May wish to string replace ; with ;\n before doing the diff for the file
The text was updated successfully, but these errors were encountered:
Probably don't need this any more, the random js diff only happens in 4.13 which is now only is security support mode. Workaround solution is to simply rebuild the bundle until the signature matches
Follow on from silverstripe/silverstripe-admin#1671 (comment)
When a JS diff fails, generate a new file that shows the diff between the two files that are different and copy it to the artifacts director. Will need to checkout or download the original file again.
If the diff isn't too large, also output it to the console for convenience
git diff --word-diff --word-diff-regex=[^;]
is one option to generate the diffMay wish to string replace
;
with;\n
before doing the diff for the fileThe text was updated successfully, but these errors were encountered: