when putting up my index.pug page on cloud9, i can access the page correctly using (appname).c9users.io/. however i am using external css and js files, however i get a bunch of 404 errors when i include the css and js files even though they are in the same folder as my index.pug page.
i thought this might be some stupid chmod permissioning error where i hadn't set up the cloud9 environment right but it wasn't. just putting up this question because i wasted a bunhc of time on it as an express newbie.