Closed (fixed)
Project:
Project Browser
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 May 2022 at 13:31 UTC
Updated:
25 May 2022 at 18:24 UTC
Jump to comment: Most recent
The bundle files that are built by svelte are not really readable, and they are not handled well by git diff, even Gitlab's version.
Apparently Gitlab has quietly adopted Github's approach to suppressing these, though it's not documented well
View any MR that changes the build files, notice how they either never load or are illegible once they do
Add .gitattributes to hide them from Gitlab UI
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
tim.plunkettUnfortunately either this isn't going to work, or it needs to be committed before working. Going to do so now and test, will revert and regroup if it doesn't work
Comment #6
tim.plunkettComment #7
tim.plunkettGot this working with help from @fjgarlin. So much nicer now!