Port details |
- rubygem-cssbundling-rails Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js
- 1.1.1 www
=0 1.1.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-01-11 18:55:58
- Last Update: 2022-06-21 20:58:26
- Commit Hash: ec5768d
- Also Listed In: rubygems
- License: MIT
- Description:
- Use Tailwind CSS, Bootstrap, Bulma, PostCSS, or Dart Sass to bundle and process
your CSS, 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:css --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 CSS build watcher (along with a JS
build watcher, if you're also using jsbundling-rails).
WWW: https://github.com/rails/cssbundling-rails
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-cssbundling-rails>0:www/rubygem-cssbundling-rails
- To install the port:
- cd /usr/ports/www/rubygem-cssbundling-rails/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-cssbundling-rails
- pkg install rubygem-cssbundling-rails
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-cssbundling-rails
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1655829878
SHA256 (rubygem/cssbundling-rails-1.1.1.gem) = 467765a7c36ca9e6804664dba3164fdcf3deb56394affc62176ad3acab776b93
SIZE (rubygem/cssbundling-rails-1.1.1.gem) = 10240
- 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-cssbundling-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:26 1.1.1
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-cssbundling-rails: Update to 1.1.1
Changes: https://github.com/rails/cssbundling-rails/releases |
07 Mar 2022 18:13:06 1.1.0
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-cssbundling-rails: Update to 1.1.0
Changes: https://github.com/rails/cssbundling-rails/releases |
11 Jan 2022 18:43:48 1.0.0
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-cssbundling-rails: Add rubygem-cssbundling-rails 1.0.0
Use Tailwind CSS, Bootstrap, Bulma, PostCSS, or Dart Sass to bundle and process
your CSS, 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:css --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 CSS build watcher (along with a JS
build watcher, if you're also using jsbundling-rails).
WWW: https://github.com/rails/cssbundling-rails |