mirror of https://github.com/rails/rails
[ci skip] Add Bootstrap and Bulma to the CSS processors' list (#43254)
This commit is contained in:
parent
5aa6083335
commit
0d32bf37ac
|
@ -262,7 +262,7 @@ module Rails
|
||||||
class_option :api, type: :boolean, desc: "Preconfigure smaller stack for API only apps"
|
class_option :api, type: :boolean, desc: "Preconfigure smaller stack for API only apps"
|
||||||
class_option :minimal, type: :boolean, desc: "Preconfigure a minimal rails app"
|
class_option :minimal, type: :boolean, desc: "Preconfigure a minimal rails app"
|
||||||
class_option :javascript, type: :string, aliases: "-j", default: "importmap", desc: "Choose JavaScript approach [options: importmap (default), webpack, esbuild, rollup]"
|
class_option :javascript, type: :string, aliases: "-j", default: "importmap", desc: "Choose JavaScript approach [options: importmap (default), webpack, esbuild, rollup]"
|
||||||
class_option :css, type: :string, desc: "Choose CSS processor [options: tailwind, postcss, sass]"
|
class_option :css, type: :string, desc: "Choose CSS processor [options: tailwind, bootstrap, bulma, postcss, sass... check https://github.com/rails/cssbundling-rails]"
|
||||||
class_option :skip_bundle, type: :boolean, aliases: "-B", default: false, desc: "Don't run bundle install"
|
class_option :skip_bundle, type: :boolean, aliases: "-B", default: false, desc: "Don't run bundle install"
|
||||||
|
|
||||||
def initialize(*args)
|
def initialize(*args)
|
||||||
|
|
Loading…
Reference in New Issue