��
You all have created a great learning environment and resources, not to mention evolving the most pleasant rendition of the SmallTalk environment I���ve ever seen. Thank you.
Mike���������� ����������������������������
p.s. (post script):�� ���You all��� is the Southern U.S. English plural of ���you��� for those who haven���t heard it before.�� Don���t adopt it though, it is only a dialect�� ;>}.
��
Hi mike
��
Was it working before?
I will check on the HTML case (now) because I'm checked the mooc and the book.
��
> I am trying out the new version of Pillar (build 1940 or 1941) on
> Windows on Pharo 50770, following the Pillar tutorial in Enterprise
> Pharo book:
> I created the new file first.pillar containing: ! Hello World
>��
> I ran: C:\Users\mldavis\Desktop\
mldPillarWorking>Pharo.exe > Pillar.image pillar export --to=html first.pillar
>��
> It created a file named: output.html.json containing:
> {"content":"<section>\r\n<h1>
1. Hello World</h1>\r\n</section>"} this is correct.
It looks like the mustache phase is not applied.
>��
> It was supposed to be an HTML document as shown in Enterprise Pharo
> para
> 14.2 page 213 "5 Minutes Tutorial".
>��
> Any suggestions what I missed or should do?
Normally the makefile should invoke mustache to apply a template with as input such file
>��
> mike
>��
>��