<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi, <div class=""><br class=""></div><div class="">I’m working on a demo app that is in a public repo and trying to setup my baseline correctly for loading via Metacello. </div><div class=""><br class=""></div><div class="">Here is the snippet I’m using to include Seaside:</div><div class="">seaside: spec<br class=""><span class="Apple-tab-span" style="white-space:pre"> </span>spec <br class=""><span class="Apple-tab-span" style="white-space:pre">             </span>baseline: 'Seaside3'<span class="Apple-tab-span" style="white-space:pre">        </span><br class=""><span class="Apple-tab-span" style="white-space:pre">               </span>with: [ spec repository: '<a href="github://SeasideSt/Seaside:master/repository" class="">github://SeasideSt/Seaside:master/repository</a>' ].</div><div class=""><br class=""></div><div class="">This works well; however, I want to use Prototype-Core and Scriptaculous-Core. These don’t come out of the box. I sort of know that jQuery is the new hotness but consider this academic, I want to know how to include Prototype / Scriptaculous. Right now I can manually load them from Iceberg but I’d prefer this to be automatic and easy for a newcomer. </div><div class=""><br class=""></div><div class="">I did read this manual: <a href="https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md" class="">https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md</a></div><div class=""><br class=""></div><div class="">Still, I’m stumbling finding the right syntax to set this up. Maybe I overlooked something obvious, that could be the case. </div><div class=""><br class=""></div><div class="">My goal is to have a simple AddressBook app with a little eye candy by resurrecting Alan’s (Objcentric’s) tutorial and mating it to a SQL backend with Petter’s HeySql. The URL for that is: <a href="https://github.com/recurve/ScriptaculistPharoHeySql" class="">https://github.com/recurve/ScriptaculistPharoHeySql</a></div><div class=""><br class="">
I’m open to using jQuery instead but I first want to do it with Scriptaculous. I’m also very curious in how to get this syntax right in general, for baselines, as an academic exercise. </div><div class=""><br class=""></div><div class="">Thanks in advance,</div><div class="">— Aaron</div></body></html>