Given that many (most? all?) NTVS projects are going to be websites, what are the best practices / tips / tricks for distinguishing between server-side JavaScript files and client-side JavaScript files, within an NTVS project, with respect to:-
- editing
- debugging
- intellisense
- serving to browser (or not)
-
anything / everything else