Skip to content

Commit

Permalink
Add SCSS-lint and autoprefixer gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sabin committed Jun 19, 2015
1 parent 1c6b435 commit 6b4bf8c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ gem "mini_magick"
gem "jquery-turbolinks"
gem "newrelic_rpm"
gem "sidekiq"
gem "autoprefixer-rails"

group :production do
gem 'rails_12factor'
Expand All @@ -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
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -379,6 +385,7 @@ PLATFORMS

DEPENDENCIES
aasm
autoprefixer-rails
capybara
carrierwave!
codeclimate-test-reporter
Expand Down Expand Up @@ -413,6 +420,7 @@ DEPENDENCIES
rspec-rails (~> 3.0)
rubocop
sass-rails
scss_lint
shoulda-matchers
sidekiq
simple_form
Expand Down
Empty file removed public/favicon.ico
Empty file.

0 comments on commit 6b4bf8c

Please sign in to comment.