From 3e8ce4945877cb02d6d144a3c4ec31ec03300683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20D=C3=B6rbandt?= Date: Mon, 29 Apr 2024 23:50:12 +0200 Subject: [PATCH] Track assets --- .squot-materialize | 90 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 85 insertions(+), 5 deletions(-) diff --git a/.squot-materialize b/.squot-materialize index ed40eace..0c0ccd4a 100644 --- a/.squot-materialize +++ b/.squot-materialize @@ -1,4 +1,24 @@ [ + SquotSoundMapper { + #path : FSAbsolutePath [ + 'testingResources', + 'squeak.wav' + ], + #encoding : 'WAV' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + 'LICENSE' + ], + #encoding : 'TXT' + }, + SquotImageMapper { + #path : FSAbsolutePath [ + 'testingResources', + 'squeak2.gif' + ], + #encoding : Class [ #GIFReadWriter ] + }, SquotCypressMapper { #package : MCPackage { #name : 'GM-Utilities' @@ -7,9 +27,23 @@ 'source' ] }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + 'testingResources', + 'test.txt' + ], + #encoding : 'TXT' + }, + SquotImageMapper { + #path : FSAbsolutePath [ + 'testingResources', + 'squeak.png' + ], + #encoding : Class [ #PNGReadWriter ] + }, SquotCypressMapper { #package : MCPackage { - #name : 'GM-Test' + #name : 'BaselineOfGM' }, #path : FSAbsolutePath [ 'source' @@ -17,12 +51,19 @@ }, SquotCypressMapper { #package : MCPackage { - #name : 'GM-UtilitiesTest' + #name : 'GM-AcceptanceTest' }, #path : FSAbsolutePath [ 'source' ] }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + 'testingResources', + 'test' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { #name : 'GM-Core' @@ -31,6 +72,24 @@ 'source' ] }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.gitignore' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.squot' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.smalltalk.ston' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { #name : 'GM-TestFixtures' @@ -39,25 +98,46 @@ 'source' ] }, + SquotSoundMapper { + #path : FSAbsolutePath [ + 'testingResources', + 'squeak.aiff' + ], + #encoding : 'AIFF' + }, SquotCypressMapper { #package : MCPackage { - #name : 'BaselineOfGM' + #name : 'GM-DemoGame' }, #path : FSAbsolutePath [ 'source' ] }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + 'README.md' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { - #name : 'GM-DemoGame' + #name : 'GM-UtilitiesTest' }, #path : FSAbsolutePath [ 'source' ] }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'workflows', + 'main.yml' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { - #name : 'GM-AcceptanceTest' + #name : 'GM-Test' }, #path : FSAbsolutePath [ 'source'