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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e9f403140bf04a5ab1715002b78607fd01f94c3939956854d85b1a16ac7990f
4
- data.tar.gz: 25950799cfbd7ab762a7eb406120a9377f26e76ba27d65fad9ace84556b691be
3
+ metadata.gz: dd6e2138a033680c26126fa9ee87a8d46b009619b75e329b8f0a44363e4861db
4
+ data.tar.gz: 8bd61f302f3c0176354756f8ea5dd053f84f3dd27fc748dd83684eb3ef8a4ee0
5
5
  SHA512:
6
- metadata.gz: 02fb483a0d0222d220c613b5be20c576dc8b9918f68c2f8c48b84456aa16fa53d0bde493d77bfe28deb91916b7e8c82cc008d618e5f249ceb437aff264ff29f3
7
- data.tar.gz: 3ee44ed46118396a72f8e43290cb6556e91831bc2680b99a11ba1eab0f4db923de90d7bd830dc4ec5d9981c75a2d5dfee275648438aef50ae5c67d68bc340cc4
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundlebun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.1.3.14
4
+ version: 0.5.0.1.4.0
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Yaroslav Markin