There is the seaside list here: http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside You should join it. While developing, to serve static files without using nginx or apache you can use Zinc's ZnZincStaticServerAdaptor with something like: ZnZincStaticServerAdaptor startOn: 8080 andServeFilesFrom: '/var/www/'. But for production use you'd want to use apache or nginx Dominique Dartois-4 wrote
In the Seaside book, chapter 17.2 I read I can include a stylesheet this way :
updateRoot: anHtmlRoot super updateRoot: anHtmlRoot. anHtmlRoot stylesheet url: 'http://seaside.st/styles/main.css'
On my development machine (macOS) I use http://localhost:8080/myApp as the server address and I donât know the root directory of the Seaside integrated web server.
Can anyone help me to find this directory?
Thanks.
---
Dominique Dartois
-- View this message in context: http://forum.world.st/Seaside-including-a-static-stylesheet-tp4936435p493671... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.