Skip to content

Add glob support for root_sass paths#95

Open
evotodi wants to merge 1 commit intoSymfonyCasts:mainfrom
evotodi:GlobRootSass
Open

Add glob support for root_sass paths#95
evotodi wants to merge 1 commit intoSymfonyCasts:mainfrom
evotodi:GlobRootSass

Conversation

@evotodi
Copy link
Copy Markdown

@evotodi evotodi commented Feb 24, 2026

This PR adds glob support for the root sass paths and closes #60.

Files output to the output directory now have a hash appended to the file name to prevent clobbering duplicate filenames which allows for things like /assets/app.scss and assets/admin/app.scss.

  • Added tests for the added SassFileHelper class and updated existing tests to work with and test glob patterns.
  • Added composer requirement for Symfony/Finder.
  • Fixed a couple typos

I was not able to manually test if load_paths is effected.

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

Successfully merging this pull request may close these issues.

Add support for regex in root_sass

1 participant