On Feb 5, 2008 2:04 PM, Jennifer Ahn &lt;<a href="mailto:jenahn@stanford.edu">jenahn@stanford.edu</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello!!<br><br>i just started building my web application on catalyst and i&#39;m wondering<br>where to put my javscript library in the framework.<br></blockquote><div><br>Usually you want your javascript library to just download to the client as is,<br>
so under root/static is a good place. I like to set dedicated directories for <br>static files:<br><br>root/static/js<br>root/static/css<br><br>/dennis<br></div></div><br>