Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kocal/biome-js-bundle recipe #1617

Merged
merged 2 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions kocal/biome-js-bundle/1.0/biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": {
"ignore": [
"composer.json",
"assets/vendor/*",
"vendor/*",
"public/bundles/*"
]
}
}
3 changes: 3 additions & 0 deletions kocal/biome-js-bundle/1.0/config/packages/kocal_biome_js.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kocal_biome_js:
# Explicitly configure the version of Biome.js to use (https://github.com/biomejs/biome/tags), or null to use the latest version
binary_version: null
9 changes: 9 additions & 0 deletions kocal/biome-js-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"bundles": {
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"]
},
"copy-from-recipe": {
"biome.json": "biome.json",
"config/": "%CONFIG_DIR%/"
}
}
Loading