mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
[KocalBiomeJsBundle] Add recipe for 2.0 (#1822)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"files": {
|
||||
"includes": [
|
||||
"**",
|
||||
"!assets/vendor/*",
|
||||
"!assets/controllers.json",
|
||||
"!public/assets/*",
|
||||
"!public/bundles/*",
|
||||
"!var/*",
|
||||
"!vendor/*",
|
||||
"!composer.json",
|
||||
"!package.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
when@dev:
|
||||
kocal_biome_js:
|
||||
# The Biome.js CLI version to use, that you can find at https://github.com/biomejs/biome/tags:
|
||||
# - for >=2.0.0 versions, the git tag follows the pattern "@biomejs/biome@<binary_version>"
|
||||
# - for <2.0.0 versions, the git tag follows the pattern "cli/v<binary_version>"
|
||||
binary_version: '2.0.0'
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"biome.json": "biome.json"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%BIN_DIR%/biome"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user