<html lang="en">
<head>
<title>Scipy Central</title>
<link href="./less/bootstrap.less" rel="stylesheet/less" type="text/css">
<script src="./js/less-1.3.3.min.js" type="text/javascript"></script>
</head>
This is how my HTML page starts with.. However, I don't see that bootstrap is loading in the page!
The below is the error I find in the console.
XMLHttpRequest cannot load file:///D:/proj/less/bootstrap.less. Cross origin requests are only supported for HTTP. less-1.3.3.min.js:8 Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101
How to fix these issues?
update
Its working on Firefox (very slow). I am opening it with file:/// not Http