MVC4 Less Bundle @import Directory

前端 未结 10 827
南方客
南方客 2020-12-12 17:02

I\'m trying to use MVC4 bundling to group some of my less files, but it looks like the import path I\'m using is off. My directory structure is:

static/
             


        
10条回答
  •  爱一瞬间的悲伤
    2020-12-12 17:41

    I have been through the same problem, seeing the same error message. Looking for a solution on the internet brought me here. My problem was as follows:

    Within a less file I had at some point an incorrect style which was giving me a warning. The less file couldn't be parsed. I got rid of the error message by removing the incorrect line.

    I hope this helps someone.

提交回复
热议问题