Seaside Metacello and optional dependencies
Posted by
Aaron Rosenzweig on
Mar 10, 2021; 4:45pm
URL: https://forum.world.st/Seaside-Metacello-and-optional-dependencies-tp5127637.html
Hi,
I’m working on a demo app that is in a public repo and trying to setup my baseline correctly for loading via Metacello.
Here is the snippet I’m using to include Seaside:
seaside: spec
spec
baseline: 'Seaside3'
with: [ spec repository: '<a href="github://SeasideSt/Seaside:master/repository" class="">github://SeasideSt/Seaside:master/repository' ].
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.
Still, I’m stumbling finding the right syntax to set this up. Maybe I overlooked something obvious, that could be the case.
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.
Thanks in advance,
— Aaron
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside