Skip to content

Commit

Permalink
Add recipes for symfonycasts/sass-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
makraz committed Feb 8, 2024
1 parent 7d2f5aa commit 2aeb353
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
3 changes: 3 additions & 0 deletions symfonycasts/sass-bundle/0.5/assets/styles/app.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
background-color: skyblue;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
symfonycasts_sass:
root_sass:
- 'assets/styles/app.scss'
25 changes: 25 additions & 0 deletions symfonycasts/sass-bundle/0.5/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"bundles": {
"SymfonyCasts\\SassBundle\\SymfonycastsSassBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"assets/": "assets/"
},
"aliases": ["symfonycasts_sass"],
"gitignore": [
"/%PUBLIC_DIR%/assets/"
],
"add-lines": [
{
"file": "config/packages/asset_mapper.yaml",
"content": "\n excluded_patterns:\n - '*/assets/styles/_*.scss'\n - '*/assets/styles/**/_*.scss'",
"position": "bottom",
"requires": "symfony/asset-mapper",
"warn_if_missing": true
}
],
"conflict": {
"symfony/asset-mapper": "<6.3"
}
}

0 comments on commit 2aeb353

Please sign in to comment.