Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vite Ruby

Vite.js in Ruby, bringing joy to your JavaScript experience
Collective - Host: opensource - https://opencollective.com/vite_ruby - Website: https://vite-ruby.netlify.app/ - Code: https://github.com/ElMassimo/vite_ruby

docs: Avoid using docsearch action, use the docsearch image directly

github.com/ElMassimo/vite_ruby - cdfb652b9a7e6bdeaae7ddfe4e769c406b07957d authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Test crawler action

github.com/ElMassimo/vite_ruby - 7c560e70e802af512705bad784b29d2f73a4d317 authored over 3 years ago by Maximo Mussini <[email protected]>
chore: Add DocSearch crawler to GitHub actions

github.com/ElMassimo/vite_ruby - 91d36005bdfb961713a998ab6b0e6a35ef487f65 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add a note about source map generation

github.com/ElMassimo/vite_ruby - 26258ec21382a77964c1957d2cfafea5a3a288f2 authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Allow overriding `sourcemap` and `emptyOutDir` build options (close #49)

github.com/ElMassimo/vite_ruby - f9a237907726d9d1d44eca9fb671df3c4333905c authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Fix typo in debugging guide

github.com/ElMassimo/vite_ruby - 04a37590e4d1b40d03abcf5f5b54d08cf6c73875 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Replace process.cwd() with __dirname and move Windi CSS instructions

github.com/ElMassimo/vite_ruby - 61103d9882f51eadd272a849e2a59644590ad404 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add Windi CSS instructions to Troubleshooting (#46)

github.com/ElMassimo/vite_ruby - a17bfa65844d4074cfba464bda18fd257d150323 authored over 3 years ago by Manborough <[email protected]>
docs: Update algolia configuration

github.com/ElMassimo/vite_ruby - 9985b331b764ef58432e07886de78534d69c7bb4 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add a Debugging section on how to debug Ruby gems and JS packages.

github.com/ElMassimo/vite_ruby - 5dd0b1ef240ba14471f2738cb7e74d123b5f62c0 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add Recommended Plugins section

github.com/ElMassimo/vite_ruby - 1fb94921d456e48923d42adb081c2d378cd62626 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Link to the website from the example app

github.com/ElMassimo/vite_ruby - 53f0c55125ee56d0485164a3f7a9cc0927323f50 authored over 3 years ago by Maximo Mussini <[email protected]>
chore: Update example app to the latest versions, remove webpacker

github.com/ElMassimo/vite_ruby - 5a6ddf3c5a6c830bb2461a4bb2687f9402f6c0ad authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Simplify installation of build dependencies by using package manager flags

github.com/ElMassimo/vite_ruby - 5c8bb625926f2ab1788a3e3a22aeafd7104984cb authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Avoid prompts when using npx outside a CI

github.com/ElMassimo/vite_ruby - ed7ccd7d32c079ab78555ecd36dcb68ad2da331e authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Mention the --mode flag instead of the env var

github.com/ElMassimo/vite_ruby - 46cd9b78991d76537c4ffc7e093167dde0a410de authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Use the mode option in `clobber`

github.com/ElMassimo/vite_ruby - add76b2a63ea64336235536b8b5670bace357b6e authored over 3 years ago by Maximo Mussini <[email protected]>
feat: Allow `clobber` to receive a `--mode` option.

github.com/ElMassimo/vite_ruby - e6e7a6dd0a2acf205d06877f76deb924c1d5aba7 authored over 3 years ago by Maximo Mussini <[email protected]>
feat: Add `clobber` to the CLI, usable as `--clear` in the `dev` and `build` commands

github.com/ElMassimo/vite_ruby - 331d86163c12eb3303d3975a94ecc205fa59dd41 authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Improve error messages when the Vite executable is missing (#41)

github.com/ElMassimo/vite_ruby - a79edc6cc603c1094ede9e899226e98f734e7bbe authored over 3 years ago by Máximo Mussini <[email protected]>
refactor: Be more strict about the return type

github.com/ElMassimo/vite_ruby - f7e551ed26178d1839f4d959f597c70cbd03c8f4 authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Preserve custom server.https configuration (close #42) (#43)

github.com/ElMassimo/vite_ruby - 2ec0b503783e8890f179c384800a02c082cf8cc0 authored over 3 years ago by Máximo Mussini <[email protected]>
Add docker to the example Rails app (#40)

github.com/ElMassimo/vite_ruby - 44a789fed2fcf57c44e4d80ce9dd5611d83dc22d authored over 3 years ago by Máximo Mussini <[email protected]>
feat: Automatically retry failed builds after a certain time

Normally if watched files have not changed there is no point in retrying.

However, if the user ...

github.com/ElMassimo/vite_ruby - cbb305863a49c46e7a0d95c773f56f7d822d01d9 authored over 3 years ago by Maximo Mussini <[email protected]>
chore: Add windi.css to the example Rails app, for reference

github.com/ElMassimo/vite_ruby - e768fade581c42a59a01a6afdb0897bfae82f9bb authored over 3 years ago by Maximo Mussini <[email protected]>
fix: handle getaddrinfo errors when checking dev server (#39)

github.com/ElMassimo/vite_ruby - df57d6ba5d8ed20e15bd2de3a57c8ff711671d28 authored over 3 years ago by Vladimir Dementyev <[email protected]>
fix: Typo typecript -> typescript in tag helpers (#38)

github.com/ElMassimo/vite_ruby - 3d375df8553c8542966ac912a38fe70b7d59ba74 authored over 3 years ago by Vladimir Dementyev <[email protected]>
docs: Revert change, add back title

github.com/ElMassimo/vite_ruby - fe6ef0e963fab77bc5d53723736158033bcd3868 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Let specific sections display their title

github.com/ElMassimo/vite_ruby - e88005af6f4fac143ffe922624cd3996cb2d5a37 authored over 3 years ago by Maximo Mussini <[email protected]>
chore: Update changelogs

github.com/ElMassimo/vite_ruby - 0bb93bd4545212cd87d9b427b8cbf53a63bf7f38 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add more help text in the example entrypoints

Thanks for the suggestion @maxjacobson!

github.com/ElMassimo/vite_ruby - 87d6f14a59bba2667089bb952960dce059f36592 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add comment about .jsx and .tsx

github.com/ElMassimo/vite_ruby - c953f7c6ab948ebe080629f63a3fc328968ea222 authored over 3 years ago by Maximo Mussini <[email protected]>
chore: Add vite-plugin-full-reload to sample app

github.com/ElMassimo/vite_ruby - 45c0c86fb49e6626f5e7d86477e63b471002a7da authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Using a .jsx extension in a tag helper in development

github.com/ElMassimo/vite_ruby - a56491b96720ae537b6b6305aa7efa70cf19e4ee authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Passing a file with extension to vite_legacy_javascript_tag

github.com/ElMassimo/vite_ruby - c54f3b3372e8e5c0f800c5f68bffbb6d0b7990c4 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add a Using Heroku section to the Deployment guide

github.com/ElMassimo/vite_ruby - 110bb25571957eb866cafd3e7f7b03cf0b4980cd authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add a motivation section (#34)

github.com/ElMassimo/vite_ruby - 6a8ec013acf3a66eb49b44ef22603d9cc604195e authored over 3 years ago by Máximo Mussini <[email protected]>
chore: Remove unused binary

github.com/ElMassimo/vite_ruby - b5be0089e84ae0c4c44081c4a73c68dfa087d9a4 authored over 3 years ago by Maximo Mussini <[email protected]>
feat: Detect installations of the latest version of Webpacker (app/packs)

github.com/ElMassimo/vite_ruby - e9a3bc02475dbadac77e58b3980a4af8df5aaa02 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Mention how to upgrade vite_ruby in the issues template

github.com/ElMassimo/vite_ruby - 12eed58336e9e7ff7fd0c41fa452bc50778f8594 authored over 3 years ago by Maximo Mussini <[email protected]>
feat: Add `vite_legacy_typescript_tag` tag helper.

github.com/ElMassimo/vite_ruby - 3fb6a8bcccc14c6596ecd2b30134d7001fd3bf50 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Document usage with Docker Compose

github.com/ElMassimo/vite_ruby - 0188c80883ffbeae2d2f0b01fad8adb4a44ad5c9 authored over 3 years ago by Maximo Mussini <[email protected]>
chore: Add minitest-stub_any_instance to development dependencies

github.com/ElMassimo/vite_ruby - 871ecbb21c0f378217c4c30338f0c7c90e6b30e9 authored over 3 years ago by Maximo Mussini <[email protected]>
test: Improve test coverage

github.com/ElMassimo/vite_ruby - a112da558db95e10f716b062b6d36a3f3cb5ec0a authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Add development mutex in manifest to prevent re-entrant builds

In multi-threaded servers like Puma, if many requests hit the server and Vite assets have change...

github.com/ElMassimo/vite_ruby - a6c6976ba3821d8d6f26d012de13a440cb91c95b authored over 3 years ago by Maximo Mussini <[email protected]>
feat: Stream build output to provide feedback as the command runs

github.com/ElMassimo/vite_ruby - 2bce33888513f6961da11ddfa9f9c703182abfa6 authored over 3 years ago by Maximo Mussini <[email protected]>
dx: Improve messages by warning about failed builds and checking whether autoBuild is enabled

github.com/ElMassimo/vite_ruby - e39299c948f1544b02c250418007d42552b0b410 authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Allow passing --inspect and other options to the build command

github.com/ElMassimo/vite_ruby - 1818ea4f1d211923dfe0c04037baca8b2fd3b991 authored over 3 years ago by Maximo Mussini <[email protected]>
chore: Remove additional newline from error message

github.com/ElMassimo/vite_ruby - 34215588fb0e3798e8b3d9199dece801b21f6078 authored over 3 years ago by Maximo Mussini <[email protected]>
dx: Allow passing command options without using `--`, add `build --force`

github.com/ElMassimo/vite_ruby - 57c25c6fbceebfd215f2de8f26c205f630186a98 authored over 3 years ago by Maximo Mussini <[email protected]>
dx: Avoid logging timestamps and level when running the build command

github.com/ElMassimo/vite_ruby - 8892ed95aacda35a21e927999dae70d7f43e174a authored over 3 years ago by Maximo Mussini <[email protected]>
feat: Record status and timestamp of each build to provide better errors

github.com/ElMassimo/vite_ruby - a35a64ad4ca802da7bb6d5f5139985da864293a4 authored over 3 years ago by Maximo Mussini <[email protected]>
deps: Lock dependencies using bounded requirements (close #29) (#30)

github.com/ElMassimo/vite_ruby - 961c981743d78b025b616f670452dc006413d467 authored over 3 years ago by Máximo Mussini <[email protected]>
chore: Update Rails example with plugin-legacy

github.com/ElMassimo/vite_ruby - ad19c7a9eb6c48f402b4d4ccbad344e63c94e473 authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Don't require `vite_rails` to enable usage with any framework.

github.com/ElMassimo/vite_ruby - b7461e14aefbbb736e282a615874accc24d69bcf authored over 3 years ago by Maximo Mussini <[email protected]>
fix: Testing leftovers accidentally disabled nomodules

github.com/ElMassimo/vite_ruby - 39f66f413237cb1fe063f767f645c1c1be43653c authored over 3 years ago by Maximo Mussini <[email protected]>
feat: Add vite_plugin_legacy with tag helpers for @vitejs/plugin-legacy (#28)

github.com/ElMassimo/vite_ruby - 03ee431ede482474896d2ab48146758ca24e2bf6 authored over 3 years ago by Máximo Mussini <[email protected]>
chore: Add vite-plugin keyword

github.com/ElMassimo/vite_ruby - 5e7972117db71e58b91bb72f15844a2ec7a3ed35 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Let users know that it's also easier to configure

github.com/ElMassimo/vite_ruby - 3495650386a5a2934fe470ca5c7e9a10705a9ac3 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Provide more detail when packages are missing

github.com/ElMassimo/vite_ruby - c66ccf3d90b0239b39d31400943d4571d5ff7d34 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add line to encourage participation

github.com/ElMassimo/vite_ruby - e1c98935408ac187a64fe1362ef19e2e44162424 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Rephrase gotcha description

github.com/ElMassimo/vite_ruby - f00ac13c7ecb4073b4d290e53ccdd894e6c79414 authored over 3 years ago by Maximo Mussini <[email protected]>
docs: Add a Troubleshooting section

github.com/ElMassimo/vite_ruby - ddbf51f872c6417abcde16fff57af6109a56b940 authored over 3 years ago by Maximo Mussini <[email protected]>
chore: Add additional metadata to the package

github.com/ElMassimo/vite_ruby - 6b949308ff242b9049ed66dc175dfd88c2d9d5a0 authored over 3 years ago by Maximo Mussini <[email protected]>
feat: Add paths in watchAdditionalPaths to configureServer (close #21) (#24)

github.com/ElMassimo/vite_ruby - 405d7482c7285a3d067c137d01e321f42d4df1c5 authored over 3 years ago by Máximo Mussini <[email protected]>
fix: Fix installation of JS packages, prevent silent failures (closes #22) (#23)

github.com/ElMassimo/vite_ruby - d972e6f3968988460753e7a831c8e9199bbd6891 authored over 3 years ago by Máximo Mussini <[email protected]>
docs: Update manual installation verification

github.com/ElMassimo/vite_ruby - af460a4c8c453fc1878a4dc3bbbf4d212a002fe1 authored over 3 years ago by Máximo Mussini <[email protected]>
docs: Add a note about importing external files

github.com/ElMassimo/vite_ruby - fa02f0fec678879a1447394c724b5156156accb9 authored over 3 years ago by Máximo Mussini <[email protected]>