recipes
recipes copied to clipboard
Add recipes for symfonycasts/sass-bundle
| Q | A |
|---|---|
| License | MIT |
| Doc issue/PR | symfony/symfony-docs#... |
Thanks for the PR 😍
How to test these changes in your application
-
Define the
SYMFONY_ENDPOINTenvironment variable:# On Unix-like (BSD, Linux and macOS) export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1278/index.json # On Windows SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1278/index.json -
Install the package(s) related to this recipe:
composer req 'symfony/flex:^1.16' composer req 'symfonycasts/sass-bundle:^0.5' -
Don't forget to unset the
SYMFONY_ENDPOINTenvironment variable when done:# On Unix-like (BSD, Linux and macOS) unset SYMFONY_ENDPOINT # On Windows SET SYMFONY_ENDPOINT=
Diff between recipe versions
In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. I'm going keep this comment up to date with any updates of the attached patch.
@weaverryan Can you review this one please?
It looks like there is a space in the path of symfonycasts/sass-bundle/0.4/assets /styles/app.scss at the end of assets.
Is that intended?
It looks like there is a space in the path of
symfonycasts/sass-bundle/0.4/assets /styles/app.scssat the end of assets.Is that intended?
good catch, thank you, I fixed it 👍🏼