update autoprefixer gem
This commit is contained in:
parent
5e743ca2eb
commit
39246ca138
2
Gemfile
2
Gemfile
@ -14,7 +14,7 @@ gem 'mailjet', '~> 1.3.8'
|
|||||||
gem 'puma', '~> 3.0'
|
gem 'puma', '~> 3.0'
|
||||||
gem 'pundit'
|
gem 'pundit'
|
||||||
gem 'sass-rails', '~> 5.0'
|
gem 'sass-rails', '~> 5.0'
|
||||||
gem 'autoprefixer-rails', '~> 6.3'
|
gem 'autoprefixer-rails', '~> 6'
|
||||||
gem 'settingslogic', '~> 2.0.9'
|
gem 'settingslogic', '~> 2.0.9'
|
||||||
gem 'turbolinks', '~> 5'
|
gem 'turbolinks', '~> 5'
|
||||||
gem 'uglifier', '>= 1.3.0'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
|
@ -43,7 +43,7 @@ GEM
|
|||||||
ansi (1.5.0)
|
ansi (1.5.0)
|
||||||
arel (7.1.4)
|
arel (7.1.4)
|
||||||
ast (2.3.0)
|
ast (2.3.0)
|
||||||
autoprefixer-rails (6.3.6)
|
autoprefixer-rails (6.7.7)
|
||||||
execjs
|
execjs
|
||||||
awesome_print (1.7.0)
|
awesome_print (1.7.0)
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.11)
|
||||||
@ -304,7 +304,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
autoprefixer-rails (~> 6.3)
|
autoprefixer-rails (~> 6)
|
||||||
awesome_print
|
awesome_print
|
||||||
bcrypt (~> 3.1.7)
|
bcrypt (~> 3.1.7)
|
||||||
better_errors
|
better_errors
|
||||||
|
@ -70,15 +70,15 @@ guard :minitest, spring: "bin/rails test", all_after_pass: true do
|
|||||||
watch(%r{^app/views/(.*_mailer/)?([^/]+)\.erb$}) { ["test/mailers", "test/integration"] }
|
watch(%r{^app/views/(.*_mailer/)?([^/]+)\.erb$}) { ["test/mailers", "test/integration"] }
|
||||||
end
|
end
|
||||||
|
|
||||||
# ESLint
|
|
||||||
guard :shell, all_on_start: true do
|
guard :shell, all_on_start: true do
|
||||||
# TODO: Annoyingly, all files are linted twice on start/full runs. Why?
|
# ESLint
|
||||||
watch %r{app/assets/javascripts/*/.*} do |file|
|
watch %r{app/assets/javascripts/*/.*} do |file|
|
||||||
system %(echo "ESLint:\033[32m #{file[0]}\033[0m")
|
system %(echo "ESLint:\033[32m #{file[0]}\033[0m")
|
||||||
system %(./node_modules/eslint/bin/eslint.js #{file[0]})
|
system %(./node_modules/eslint/bin/eslint.js #{file[0]})
|
||||||
end
|
end
|
||||||
|
|
||||||
watch %r{app/assets/stylesheets/*/.*} do |file|
|
# sass-lint
|
||||||
|
watch %r{app/assets/stylesheets/*/.*scss$} do |file|
|
||||||
system %(echo "sass-lint:\033[32m #{file[0]}\033[0m")
|
system %(echo "sass-lint:\033[32m #{file[0]}\033[0m")
|
||||||
system %(sass-lint --cache --config .sass-lint.yml '#{file[0]}' --verbose --no-exit)
|
system %(sass-lint --cache --config .sass-lint.yml '#{file[0]}' --verbose --no-exit)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user