Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading from 1.0.0 to 1.0.1 caused an issue #8

Open
mikebaldry opened this issue Jan 27, 2016 · 1 comment
Open

Upgrading from 1.0.0 to 1.0.1 caused an issue #8

mikebaldry opened this issue Jan 27, 2016 · 1 comment

Comments

@mikebaldry
Copy link

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")]
@just-boris
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants