Re: Front-End developer coordination
gettimothy <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
---- On Fri, 24 May 2019 15:09:00 -0400 BrunoBB <[email protected]> wrote ---- Hi, We are doing a project with Seaside and there is a Front-end developer mostly for CSS creation. How do you approach this problem (coordination between Seaside developer and frontend developer) ? I mean in Seaside the HTML code is generated but it has to do some references to the CSS created by the frontend developer. One approach can be: 1) Add css class names (the css does no exist yet) in Seaside code (html div class: 'to-be-developed-by-frontend-dev'). 2) The frontend create the CSS file for classes in 1). Very simple but i wonder how do you solved this problem ? regards, bruno -- Sent from: http://forum.world.st/Seaside-General-f86180.html _______________________________________________ seaside mailing list mailto:[email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside Have the CSS team build look-and-feel then implement them in Seaside. The Zurb CLI tools are very close to a live coding environment for css guys and they can get the layouts perfect with them. Then, look at their work, identify the components and build them so that they match the look. hth. _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside