less-plugin-glob
less-plugin-glob copied to clipboard
Upgrading from 1.0.0 to 1.0.1 caused an issue
caused less to import weird things and resulted in this:
>> SyntaxError: Invalid HEX color code in node_modules/grunt-contrib-less/node_modules/less/test/less/errors/color-invalid-hex-code2.less on line 2, column 29:
>> 1 .a {
>> 2 @wrongHEXColorCode: #fffblack;
>> 3 }
Warning: Error compiling src/less/frontend.less
used as follows:
less:
src:
options:
paths: [
"src/less",
"node_modules/bootstrap/less",
"node_modules/slick-carousel/slick",
"node_modules/animate.css"
]
plugins: [require("less-plugin-glob")]
It looks like glob expression went to node_modules
folder and found some broken file in a module sources.
Could you please provide the @import
expression with glob, that you have in src/less/frontend.less
?