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

Force minimum version of autoprefixer-rails #98

Commits on May 21, 2021

  1. Force minimum version of autoprefixer-rails

    At lesser versions, the test suite encounters an error and cannot run:
    
        Failure/Error: Unable to find eval (eval at <anonymous> ((execjs) to
          read failed line
    
        ExecJS::ProgramError:
          TypeError: Cannot read property 'version' of undefined
          # eval (eval at <anonymous> ((execjs):1:213), <anonymous>:1:10)
          # (execjs):1:213
          # (execjs):19:14
          # ...
    
    This seems related to the issue reported on Solidus:
    solidusio/solidus#4055. Adding `autoprefixer-rails` at the latest
    version side-steps the issue.
    benjaminwil committed May 21, 2021
    Configuration menu
    Copy the full SHA
    1f3ea1e View commit details
    Browse the repository at this point in the history