mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:41:43 +00:00
sass es necesario para compilar los assets
This commit is contained in:
parent
8ba45367b7
commit
f345d7f4ac
1 changed files with 5 additions and 5 deletions
10
Gemfile
10
Gemfile
|
@ -25,6 +25,11 @@ gem 'rails', '~> 6'
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
# See https://github.com/rails/execjs#readme for more supported runtimes
|
# See https://github.com/rails/execjs#readme for more supported runtimes
|
||||||
# gem 'therubyracer', platforms: :ruby
|
# gem 'therubyracer', platforms: :ruby
|
||||||
|
# Use SCSS for stylesheets
|
||||||
|
gem 'sassc-rails'
|
||||||
|
# Use Uglifier as compressor for JavaScript assets
|
||||||
|
gem 'uglifier', '>= 1.3.0'
|
||||||
|
gem 'bootstrap', '~> 4'
|
||||||
|
|
||||||
# Turbolinks makes navigating your web application faster. Read more:
|
# Turbolinks makes navigating your web application faster. Read more:
|
||||||
# https://github.com/turbolinks/turbolinks
|
# https://github.com/turbolinks/turbolinks
|
||||||
|
@ -93,11 +98,6 @@ group :production do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# Use SCSS for stylesheets
|
|
||||||
gem 'sassc-rails'
|
|
||||||
# Use Uglifier as compressor for JavaScript assets
|
|
||||||
gem 'uglifier', '>= 1.3.0'
|
|
||||||
gem 'bootstrap', '~> 4'
|
|
||||||
gem 'derailed_benchmarks'
|
gem 'derailed_benchmarks'
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
# Adds support for Capybara system testing and selenium driver
|
# Adds support for Capybara system testing and selenium driver
|
||||||
|
|
Loading…
Reference in a new issue