Screen Shot of Problem
My html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script src="scripts/vendor/require.js"></script>
</body>
</html>
The js file
var d;
That is all there is. The file used to be require.js from their main site. But I deleted everything trying to figure out what was going on. I then deleted the whole file and created a new file (with the same name). Could I have changed something with Chrome to make in interpret files this way? I can't reproduce the problem with any of my other projects. I also originally downloaded the file using jam. Really I could just start a new project folder and probably solve the problem but I am curious as to why it would do this. Maybe something stupid simple since I am new to this.