From d6b4f4bae00e5a6b13bada1dcb135884ec2e9a02 Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Thu, 30 Jul 2020 15:00:15 +0200 Subject: [PATCH] SVG are now considered non binary by Seaside and should thus be stored as string instead of byte arrays. --- .../MDLDemoLibrary.class.st | 238 +++++++++++++++++- 1 file changed, 236 insertions(+), 2 deletions(-) diff --git a/src/Material-Design-Lite-Demo/MDLDemoLibrary.class.st b/src/Material-Design-Lite-Demo/MDLDemoLibrary.class.st index c15ca2df..f7448969 100644 --- a/src/Material-Design-Lite-Demo/MDLDemoLibrary.class.st +++ b/src/Material-Design-Lite-Demo/MDLDemoLibrary.class.st @@ -7,6 +7,24 @@ Class { #category : #'Material-Design-Lite-Demo-Core' } +{ #category : #actions } +MDLDemoLibrary class >> deployFiles [ +