I am using style.less
in my page for testing purpose but when i run it in browser using file protocol I am getting below exception
XMLHttpRequest cannot load file:///C:/Users/Desktop/Web/less_sample/style/style.less. Cross origin requests are only supported for protocol schemes: http, data, chrome-extension, https, chrome-extension-resource.
but when i run the same in localhost it is working.
can somebody explain why it is so even though i have less.js
in both the case?
thanks in advance.