<br>Sergio,<br><br>You are asking about the workflow during development, not just how to deploy, right?<br><br>I guess this is where filetree and cypress will be the tools that rock. Instead of pressing all non-st artefacts into a file library and using monticello/store/envy to keep them under version control, turning things around and using today&apos;s standard vcs sytems for both non-st and st code will be the bright new world. But cypress is, to my knowledge, just an idea and some prototypes...<br><br>For now, you can either do one of <br><br>A) keep all in st and use WaFileLibrary. This locks out all non-st users in the team<br>B) use separate repositories for st and non-st artefacts. This makes the whole process more complex, but non-st members have access<br>C) create a sophisticated mix of A) and B). This is complicated and error-prone. Most of the work is needed to synchronize yor file library with the outer-world contents...<br><br>C) is how most projects I am aware of do it. Most have troubles with that approach.<br><br>Joachim<br><br>Diego Lont &lt;diego.lont@delware.nl&gt; schrieb:<br><br>Hi sergio,<div><br></div><div>The default answer is, use a web server between your seaside image and the actual webpage, and have this web server serve the including static files, since this is much faster than pulling them through your image … and more flexible, that other people can easily check them in.</div><div><br></div><div>Cheers,</div><div>Diego</div><div><br></div><div><div><div>On Sep 19, 2013, at 8:37 PM, sergio_101 wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><br></div>hey, all!&nbsp;<div><br></div><div>i have been away from seaside for awhile. too much day job programming to do any fun programming..</div><div><br></div><div>just wondered how people were including javascript and other static files in their projects.</div>
<div><br></div><div>i really liked using monticello, but i never really got a handle on how to include all of the static files in the project so that other team members could use them and edit them (and check in their changes) without thinking about it at all..</div>
<div><br></div><div>does anyone have a clean and clever workflow?</div><div><br></div><div>thanks!<br clear="all"><div><br></div>-- <br><div dir="ltr">----<br>peace,<br>sergio<br>photographer, journalist, visionary<div>#BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa<br>
<br><a href="http://www.ThoseOptimizeGuys.com/" target="_blank">http://www.ThoseOptimizeGuys.com</a><br><a href="http://www.CodingForHire.com/" target="_blank">http://www.CodingForHire.com</a><br><a href="http://www.coffee-black.com/" target="_blank">http://www.coffee-black.com</a><br>
<a href="http://www.painlessfrugality.com/" target="_blank">http://www.painlessfrugality.com</a><br><a href="http://www.twitter.com/sergio_101" target="_blank">http://www.twitter.com/sergio_101</a><br><a href="http://www.facebook.com/sergio101" target="_blank">http://www.facebook.com/sergio101</a></div>
</div>
</div></div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></div>