bundlebun 0.5.0.1.3.14-aarch64-linux-gnu → 0.5.0.1.4.0-aarch64-linux-gnu
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/bundlebun/vendor/bun/bun +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd6e2138a033680c26126fa9ee87a8d46b009619b75e329b8f0a44363e4861db
|
|
4
|
+
data.tar.gz: 8bd61f302f3c0176354756f8ea5dd053f84f3dd27fc748dd83684eb3ef8a4ee0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91535de3c2401607651d4d5eb717739e767eb718ab75834d74433a2b5f9d7626583e044f19576443a3202d4c163e0e0badea3354137323470fe3e01b8ee7da2d
|
|
7
|
+
data.tar.gz: b874f0cce7e52a0def96fbe3fd985471a019cbb231c79a835824a33d6b5c2497c5913e559e7f05ecaec2fd6330e4e5a36f46a0cd219e3a8f8be914b26dfb596d
|
data/README.md
CHANGED
|
@@ -36,6 +36,10 @@ bin/bun --version
|
|
|
36
36
|
|
|
37
37
|
## Rationale
|
|
38
38
|
|
|
39
|
+
**See the introductory post for background and motivation**:
|
|
40
|
+
|
|
41
|
+
**[Bundlebun bundles Bun, and a tour of asset pipelines and JavaScript runtimes Rails has been through](https://yaroslav.io/posts/bundlebun-bundles-bun)**
|
|
42
|
+
|
|
39
43
|
**Modern frontend setup is needlessly complex** and may involve a lot of maintenance. Developers need _at the very least_ a JavaScript runtime (typically, Node.js), a package manager (could be npm, yarn, or pnpm), and a build tool (Vite, Webpack, esbuild, Parcel—dozens of them).
|
|
40
44
|
|
|
41
45
|
- One way forward is to dockerize development environments, creating unnecessary headaches for the development team—both frontend and backend engineers (especially if the team is not that large and the project is not that complex).
|
|
Binary file
|