https://github.com/driftingruby/313-esbuild-for-rails
Use esbuild to bundle your JavaScript, then deliver it via the asset pipeline in Rails. This gem provides an installer to get you going with esbuild in a new Rails application.
https://github.com/driftingruby/313-esbuild-for-rails
esbuild javascript ruby ruby-on-rails
Last synced: 6 months ago
JSON representation
Use esbuild to bundle your JavaScript, then deliver it via the asset pipeline in Rails. This gem provides an installer to get you going with esbuild in a new Rails application.
- Host: GitHub
- URL: https://github.com/driftingruby/313-esbuild-for-rails
- Owner: driftingruby
- Created: 2021-09-06T02:58:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T02:58:40.000Z (over 4 years ago)
- Last Synced: 2025-02-15T08:31:18.755Z (12 months ago)
- Topics: esbuild, javascript, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/esbuild-for-rails
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...