Resource interpreted as Script but transferred with MIME type text/x-c++

Viewed 5724

LESS beginner.

Wrote a test html below

<head>
    <link rel="stylesheet" type="text/css" href="404.less">
    <script src="http://lesscss.googlecode.com/files/less-1.3.0.min.js" type="text/javascript"></script>
</head>
<body>test</body>

But got a warning in Chrome

Resource interpreted as Script but transferred with MIME type text/x-c++: "http://lesscss.googlecode.com/files/less-1.3.0.min.js".

Why?

2 Answers
Related