Re: [Pharo-users] Loading Bootstrap in Pharo 8

2020-02-25 Thread DavidBajger
Hi! Just evaluate following statement in fresh P8 image. It will load Seaside latest version together with Torsten's Bootstrap4 library. Metacello new baseline:'Bootstrap4'; repository: 'github://astares/Seaside-Bootstrap4:master/src'; load Cheers! David - David Bajger

Re: [Pharo-users] Loading Bootstrap in Pharo 8

2020-02-25 Thread Torsten Bergmann
Hi Martin, SmalltalkHub is a thing of the past - we mainly moved to git and GitHub now. As the docu on my page says: http://www.smalltalkhub.com/#!/~TorstenBergmann/Bootstrap say the project has moved to https://github.com/astares/Seaside-Bootstrap If you follow the docu and load instructions