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

Update libsass to v3.6.0 and fixes various issues (windows, cross-compilation, binary gems) #96

Merged
merged 3 commits into from
May 20, 2019

Commits on May 8, 2019

  1. Update libsass to master + other fixes

    Updates libsass to master to incorporate fixes for:
    
    1. The :not selector. Fixes sass#91. sass/libsass#2697
    2. Default precision changed to 10. sass/libsass#2716
    3. Now builds with `cc` instead of hard-coding `gcc`. sass/libsass#2707
    4. Building on Linux and Solaris. sass/libsass#2720
    
    Also:
    1. Adds Windows RubyInstaller compilation support via `rake-compiler`. Fixes sass#18.
    2. Fixes `load_paths` separator on Windows. Fixes sass#93.
    3. Changes the location of `libsass.so` from `ext/` to `lib/`. Fixes sass#95.
    glebm committed May 8, 2019
    Configuration menu
    Copy the full SHA
    3c3344f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Binary gem cross-compilation via rake-compiler-dock

    Simply have Docker installed and run this to compile binary gems:
    
        bundle exec rake gem:native
    glebm committed May 11, 2019
    Configuration menu
    Copy the full SHA
    4d82a7f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Update version to 3.6.0

    glebm committed May 18, 2019
    Configuration menu
    Copy the full SHA
    e11789b View commit details
    Browse the repository at this point in the history