aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-cssbundling-rails13-rails70/pkg-descr
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-02-23 06:14:36 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-02-23 13:18:03 +0000
commit4db00f8bcb92624026ddb7fbbb37380b7412683e (patch)
tree661db74164a83af17e62f9e7e00a5a2f96eb5ccb /www/rubygem-cssbundling-rails13-rails70/pkg-descr
parent2bfafad11c42a8265f02fdfb809ea6618e79022c (diff)
downloadports-4db00f8bcb92624026ddb7fbbb37380b7412683e.tar.gz
ports-4db00f8bcb92624026ddb7fbbb37380b7412683e.zip
www/gitlab-ce: fix regression from 393f9a3b150a2b125e035f67ff6bff5e694cccac
Diffstat (limited to 'www/rubygem-cssbundling-rails13-rails70/pkg-descr')
-rw-r--r--www/rubygem-cssbundling-rails13-rails70/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/rubygem-cssbundling-rails13-rails70/pkg-descr b/www/rubygem-cssbundling-rails13-rails70/pkg-descr
new file mode 100644
index 000000000000..3bf0ef49a085
--- /dev/null
+++ b/www/rubygem-cssbundling-rails13-rails70/pkg-descr
@@ -0,0 +1,12 @@
+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).