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: ba3c3d4
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: 2f2945e
Choose a head ref
  • 8 commits
  • 16 files changed
  • 7 contributors

Commits on Jun 20, 2023

  1. Default to port 3000 while allowing override (#124)

    With this configuration `bin/dev` will use port 3000,
    but `bin/dev -p 3001` will correctly start the server on port 3001.
    elia authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a1218e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

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

Commits on Jun 30, 2023

  1. Add PostCSS import plugin as default

    https://github.com/postcss/postcss-import
    
    It felt natural to me to immediately use the @import directive and after fighting a bit with it I relised the plugin wasn't installed so it seemed like it would be a sensible default to have.
    
    Adding the official postcss-import plugin enables the usage of PostCSS's @import directive out of the box so when adding a CSS library (like open-props) or when adding custom stylesheets it works seamlessly
    
    Note that this is **not** the CSS native @import.
    pinzonjulian authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6d64f83 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Merge pull request #126 from pinzonjulian/add-postcss-import

    Add PostCSS import plugin as default
    guilleiguaran authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6ca4d10 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Add bun support

    terracatta committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2673455 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from terracatta/add_bun_support

    Add Bun support
    rafaelfranca authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b279fd4 View commit details
    Browse the repository at this point in the history
  3. Add devcontainer config

    rafaelfranca committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8f3975a View commit details
    Browse the repository at this point in the history
  4. Prepare for 1.3.0

    rafaelfranca committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2f2945e View commit details
    Browse the repository at this point in the history
Loading