Skip to content

Commit 644c567

Browse files
authored
[KocalBiomeJsBundle] Add recipe for 2.0 (#1822)
1 parent a72b153 commit 644c567

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"files": {
3+
"includes": [
4+
"**",
5+
"!assets/vendor/*",
6+
"!assets/controllers.json",
7+
"!public/assets/*",
8+
"!public/bundles/*",
9+
"!var/*",
10+
"!vendor/*",
11+
"!composer.json",
12+
"!package.json"
13+
]
14+
}
15+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
when@dev:
2+
kocal_biome_js:
3+
# The Biome.js CLI version to use, that you can find at https://github.com/biomejs/biome/tags:
4+
# - for >=2.0.0 versions, the git tag follows the pattern "@biomejs/biome@<binary_version>"
5+
# - for <2.0.0 versions, the git tag follows the pattern "cli/v<binary_version>"
6+
binary_version: '2.0.0'
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"bundles": {
3+
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/",
7+
"biome.json": "biome.json"
8+
},
9+
"gitignore": [
10+
"/%BIN_DIR%/biome"
11+
]
12+
}

0 commit comments

Comments
 (0)