@title Things You Should Do Soon: Static Resources @group sundry Over time, you'll write more JS and CSS and eventually need to put systems in place to manage it. This is part of @{article:Things You Should Do Soon}, which describes architectural problems in web applications which you should begin to consider before you encounter them. = Manage Dependencies Automatically = The naive way to add static resources to a page is to include them at the top of the page, before rendering begins, by enumerating filenames. Facebook used to work like that: COUNTEREXAMPLE