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/
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.