Port details |
- rubygem-jsbundling-rails Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack
- 1.0.3 www
=0 1.0.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-01-11 18:56:04
- Last Update: 2022-06-21 20:58:30
- Commit Hash: 83294fd
- Also Listed In: rubygems
- License: MIT
- Description:
- Use esbuild, rollup.js, or Webpack to bundle your JavaScript, then deliver it
via the asset pipeline in Rails. This gem provides installers to get you going
with the bundler of your choice in a new Rails application, and a convention to
use app/assets/builds to hold your bundled output as artifacts that are not
checked into source control (the installer adds this directory to .gitignore by
default).
You develop using this approach by running the bundler in watch mode in a
terminal with yarn build --watch (and your Rails server in another, if you're
not using something like puma-dev). You can also use ./bin/dev, which will start
both the Rails server and the JS build watcher (along with a CSS build watcher,
if you're also using cssbundling-rails).
WWW: https://github.com/rails/jsbundling-rails
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-jsbundling-rails>0:www/rubygem-jsbundling-rails
- To install the port:
- cd /usr/ports/www/rubygem-jsbundling-rails/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-jsbundling-rails
- pkg install rubygem-jsbundling-rails
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-jsbundling-rails
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1655829882
SHA256 (rubygem/jsbundling-rails-1.0.3.gem) = aa64e9096d7316550d25e04f01e31ad7d40bb6074b3a80e0abe49cc9ea41a4fa
SIZE (rubygem/jsbundling-rails-1.0.3.gem) = 9728
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-railties70>=6.0.0 : www/rubygem-railties70
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-rails70
- Configuration Options:
- No options to configure
- Options name:
- www_rubygem-jsbundling-rails
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Jun 2022 20:58:30 1.0.3
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-jsbundling-rails: Update to 1.0.3
Changes: https://github.com/rails/jsbundling-rails/releases |
25 Mar 2022 13:37:42 1.0.2
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-jsbundling-rails: Update to 1.0.2
Changes: https://github.com/rails/jsbundling-rails/releases |
07 Mar 2022 18:13:07 1.0.1
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-jsbundling-rails: Update to 1.0.1
Changes: https://github.com/rails/jsbundling-rails/releases |
11 Jan 2022 18:43:49 1.0.0
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-jsbundling-rails: Add rubygem-jsbundling-rails 1.0.0
Use esbuild, rollup.js, or Webpack to bundle your JavaScript, then deliver it
via the asset pipeline in Rails. This gem provides installers to get you going
with the bundler of your choice in a new Rails application, and a convention to
use app/assets/builds to hold your bundled output as artifacts that are not
checked into source control (the installer adds this directory to .gitignore by
default).
You develop using this approach by running the bundler in watch mode in a
terminal with yarn build --watch (and your Rails server in another, if you're
not using something like puma-dev). You can also use ./bin/dev, which will start
both the Rails server and the JS build watcher (along with a CSS build watcher,
if you're also using cssbundling-rails).
WWW: https://github.com/rails/jsbundling-rails |