diff --git a/Gemfile b/Gemfile index 861957660..0840d7622 100644 --- a/Gemfile +++ b/Gemfile @@ -54,6 +54,7 @@ gem 'rack-cors', '0.2.9', :require => 'rack/cors' gem 'bootstrap-sass', '2.3.2.2' gem 'compass-rails', '2.0.0' gem 'sass-rails', '4.0.4' +gem 'autoprefixer-rails' # Database diff --git a/Gemfile.lock b/Gemfile.lock index 1add3b051..28a3120a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,6 +53,8 @@ GEM activemodel fog (>= 1.8.0) unf + autoprefixer-rails (4.0.2.1) + execjs backbone-on-rails (1.1.2.0) actionmailer actionpack @@ -159,7 +161,7 @@ GEM erubis (2.7.0) ethon (0.7.1) ffi (>= 1.3.0) - eventmachine (1.0.3) + eventmachine (1.0.4) excon (0.41.0) execjs (2.2.2) factory_girl (4.5.0) @@ -613,6 +615,7 @@ DEPENDENCIES acts_as_api (= 0.4.2) addressable (= 2.3.6) asset_sync (= 1.1.0) + autoprefixer-rails backbone-on-rails (= 1.1.2) bootstrap-sass (= 2.3.2.2) capybara (= 2.4.4) diff --git a/config/autoprefixer.yml b/config/autoprefixer.yml new file mode 100644 index 000000000..574a7098b --- /dev/null +++ b/config/autoprefixer.yml @@ -0,0 +1,3 @@ +browsers: + - "last 2 version" + - "> 1%"