From 6b4bf8c9f4d114b283c7935a36beff1be8e68f09 Mon Sep 17 00:00:00 2001 From: Tom Sabin Date: Fri, 19 Jun 2015 13:41:39 +0100 Subject: [PATCH] Add SCSS-lint and autoprefixer gems --- Gemfile | 4 +++- Gemfile.lock | 8 ++++++++ public/favicon.ico | 0 3 files changed, 11 insertions(+), 1 deletion(-) delete mode 100644 public/favicon.ico diff --git a/Gemfile b/Gemfile index 4e80516..0b4c739 100644 --- a/Gemfile +++ b/Gemfile @@ -31,6 +31,7 @@ gem "mini_magick" gem "jquery-turbolinks" gem "newrelic_rpm" gem "sidekiq" +gem "autoprefixer-rails" group :production do gem 'rails_12factor' @@ -47,8 +48,9 @@ end group :development do gem "spring" - gem "rubocop" + gem "rubocop", require: false gem "guard-livereload", require: false + gem "scss_lint", require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 98e7588..7837fd3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,6 +53,9 @@ GEM ast (2.0.0) astrolabe (1.3.0) parser (>= 2.2.0.pre.3, < 3.0) + autoprefixer-rails (5.2.0.1) + execjs + json bcrypt (3.1.10) builder (3.2.2) capybara (2.4.4) @@ -308,6 +311,9 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (~> 1.1) + scss_lint (0.39.0) + rainbow (~> 2.0) + sass (~> 3.4.1) shellany (0.0.1) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) @@ -379,6 +385,7 @@ PLATFORMS DEPENDENCIES aasm + autoprefixer-rails capybara carrierwave! codeclimate-test-reporter @@ -413,6 +420,7 @@ DEPENDENCIES rspec-rails (~> 3.0) rubocop sass-rails + scss_lint shoulda-matchers sidekiq simple_form diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index e69de29..0000000