Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rails/cssbundling-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 21b2fa5
Choose a base ref
...
head repository: rails/cssbundling-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6b91d50
Choose a head ref
  • 7 commits
  • 7 files changed
  • 6 contributors

Commits on Mar 16, 2022

  1. Change sass cli params to permit multiple inputs

    The sass cli allows for multiple sources & outputs - using the source:destination syntax makes this more obvious if a user wanted to bundle multiple sources at once
    acallaghan committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    c727896 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from acallaghan/main

    Change sass cli params to permit multiple build sources
    rafaelfranca authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d435ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Use bundle add instead (#85)

    As per rubygems/rubygems#5337, we can simplify the steps of adding a gem.
    glaucocustodio authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b451c60 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    f4977d5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    f264e3f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Bump nokogiri

    dhh committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    835f305 View commit details
    Browse the repository at this point in the history
  2. Bump version for 1.1.1

    dhh committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    6b91d50 View commit details
    Browse the repository at this point in the history
Loading