Port details on branch 2023Q1 |
- rubygem-jsbundling-rails Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack
- 1.3.1_1 www =2 1.3.1_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-01-11 18:56:04
- Last Update: 2024-09-18 06:15:08
- Commit Hash: 1d4db6c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/jsbundling-rails
- 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).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1722711339
SHA256 (rubygem/jsbundling-rails-1.3.1.gem) = 0fa03f6d051c694cbf55a022d8be53399879f2c4cf38b2968f86379c62b1c2ca
SIZE (rubygem/jsbundling-rails-1.3.1.gem) = 10752
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-railties72>=6.0.0 : www/rubygem-railties72
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-rails72
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:
|