diff --git a/Gemfile b/Gemfile index 766bf9c..bd5e248 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,7 @@ gem 'pg' gem 'puma', '~> 3.7' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' + # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes diff --git a/Gemfile.lock b/Gemfile.lock index c58acbb..661292e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,6 +80,8 @@ GEM nokogiri (>= 1.5.9) mail (2.6.6) mime-types (>= 1.16, < 4) + materialize-sass (0.98.2) + sass (~> 3.3) method_source (0.8.2) mime-types (3.1) mime-types-data (~> 3.2015) @@ -183,6 +185,7 @@ DEPENDENCIES coffee-rails (~> 4.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) + materialize-sass pg pry puma (~> 3.7) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 554b02d..92b5498 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -2,45 +2,56 @@