[Seaside] WADispatcher trimForDeployment method

Nick Ager nick.ager at gmail.com
Thu Jul 22 16:11:36 UTC 2010


With Seaside30 you simply don't load the packages you don't want for
deployment. If my reading of ConfigurationOfSeaside30 is correct, try:

(ConfigurationOfSeaside30 project latestVersion) load: #('Base') "core
seaside with no development tools"

other options are:

(ConfigurationOfSeaside30 project latestVersion) load: #('Base-Test') "as
above with tests"

or:

(ConfigurationOfSeaside30 project latestVersion) load: #('Development')
"Base and development"

or:

(ConfigurationOfSeaside30 project latestVersion) load: #('Development
Tests') "as above including all tests"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100722/a6957c9e/attachment.htm


More information about the seaside mailing list