Within my C# project in the .NET 3.5 framework (VS2008), I have a theme folder named Theme1 located in the App_Themes directory. Inside this directory, there are several other subdirectories, some containing .css files and others containing .js files. When rendering my web pages that utilize this theme, link tags for the .css files appear in the HTML output, but not for the .js files. Is there something incorrect in my setup, or should I store all my .js files in a single centralized directory accessible to all themes?