我在我的.less
应用程序中使用angularjs
文件。当我启动应用程序时,它给我一个file not found(404)
错误的路径。我不知道发生了什么。我已经彻底检查了我的路径并且它是正确的。但它仍然是抛出异常。
我还没有找到任何解决方案。请帮助我。
感谢
答案 0 :(得分:1)
将此添加到webconfig
<system.webServer>
<staticContent>
<mimeMap fileExtension=".less" mimeType="text/css" />
</staticContent >
</system.webServer>