Skip to content

Commit

Permalink
Expose assets instead of asset files in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Oct 9, 2024
1 parent 1c83ac7 commit 2211f6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workspace
workspaceBindings
^ Dictionary newFrom: {
^ (Dictionary newFrom: {
'old' -> self from.
'new' -> self to.
}
}) collect: [:each | each ifNotNil: #asset]
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"saveNewAsset:" : "mad 9/29/2024 17:24",
"to" : "mad 9/5/2023 23:00",
"update:" : "mad 9/27/2023 16:16",
"workspaceBindings" : "mad 9/13/2023 15:52",
"workspaceBindings" : "mad 10/9/2024 21:56",
"workspaceEditTargetString" : "mad 9/13/2023 15:53" } }
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
workspace
workspaceBindings
^ Dictionary newFrom: {
^ (Dictionary newFrom: {
'current' -> self left.
'incoming' -> self right.
'base' -> self base.
'resolution' -> self resolution.
}

}) collect: [:each | each ifNotNil: #asset]
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"resolution" : "mad 9/8/2023 12:10",
"right" : "mad 9/8/2023 12:09",
"update:" : "mad 9/20/2023 17:06",
"workspaceBindings" : "mad 9/13/2023 15:52",
"workspaceBindings" : "mad 10/9/2024 21:56",
"workspaceEditTargetString" : "mad 9/13/2023 16:01" } }

0 comments on commit 2211f6a

Please sign in to comment.