“Resource interpreted as script but transferred with MIME type text/html” (solved)
I kept getting these errors in the debug console for my OSX desktop app, using Titanium Desktop (1.2.1). Turns out it was because I was referencing my css and js files using "app://". Once I got rid of that and just used ("js/whatever.js") and ("css/whatever.css") the warnings went away.
Hope that helps others!