Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobertsimoes <robertsimoes@users.noreply.github.com>2020-07-10 21:37:51 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-11-15 15:34:48 +0300
commit9de80e7526d3f7f6b993d3622469c29fb9cfe9b7 (patch)
tree1f0b64481d1b6863bad526751785bf05da7398e5
parent87d4520f7cce833527334cec1b1b25bbdcb7cec1 (diff)
[DOCS] Updates README with notice for Rails 6
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a5f03a..39b1684 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
# Bootstrap Ruby Gem [![Build Status](https://travis-ci.org/twbs/bootstrap-rubygem.svg?branch=master)](https://travis-ci.org/twbs/bootstrap-rubygem) [![Gem](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap)
-[Bootstrap 4][bootstrap-home] ruby gem for Ruby on Rails (Sprockets) and Hanami (formerly Lotus).
+[Bootstrap 4][bootstrap-home] ruby gem for Ruby on Rails (*Sprockets*) and Hanami (formerly Lotus).
For Sass versions of Bootstrap 3 and 2 see [bootstrap-sass](https://github.com/twbs/bootstrap-sass) instead.
+**Ruby on Rails 6 Note:**:
+With the release of Rails 6 there have been some minor changes made to the default configuration for The Asset Pipeline. In specific, by default _Sprockets no longer processes JavaScript_ and instead Webpack is set as the default. The `twbs/bootstrap-rubygem` is for use with Sprockets not Webpack.
+
## Installation
Please see the appropriate guide for your environment of choice: