2022-06-01 20:52:32 +00:00
|
|
|
accessing
|
|
|
|
exportStaticWebReport
|
|
|
|
|
2022-06-10 01:05:03 +00:00
|
|
|
(self hasFolder: 'commons')
|
|
|
|
ifFalse: [ self installCommons ].
|
|
|
|
(self hasFolder: 'templates')
|
2022-06-09 20:18:07 +00:00
|
|
|
ifFalse: [ self installTemplate ].
|
2022-06-01 20:52:32 +00:00
|
|
|
^ self exportWithTemplate: (TweetsCollection dataStore / 'templates' / 'index.mus.html') into: self folder
|