According to this: Javascript MIME Type, it seems that I should be serving my JS as \"text/javascript\". When I inspect the network communication between my browser and localhos
you need to change your settings in mimes.types file found in your apache conf folder. Change
application/javascript js
to
text/javascript js
and restart apache, you should see the change