@title Things You Should Do Soon: Static Resources @group flavortext Over time, you'll write more JS and CSS and eventually need to put systems in place to manage it. = 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