a pillar question (along with PRHTMLWriter)
Oct. 22, 2016
9:55 a.m.
Hi, I have this in stable pillar installation: PRHTMLWriter >>visitInternalLink: anInternalLink | href | href := String new. self configuration separateOutputFiles ifTrue: [ anInternalLink hasReference ifTrue: [ href := href , anInternalLink referenceAsHTML ] ] ifFalse: [ self internalLinkWillBeRender: anInternalLink ]. ⦠etc. now, turns out that: self configuration separateOutputFiles pillar configuration DNU separateOutputFiles :( since Iâm not a pillar dev, I donât know the rational behind the removal of that method so I donât know how to replace it. whatâs the correct way of fix that? any idea? Esteban
3569
Age (days ago)
3569
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esteban Lorenzano