Skip to content

Commit 2fddf44

Browse files
committed
Add autoprefixer-rails gem
1 parent 4ad345c commit 2fddf44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem 'rails', '4.1.6'
66
# Use SCSS for stylesheets
77
gem 'sass-rails', '~> 4.0.3'
88
gem 'bootstrap-sass', '~> 3.2.0'
9+
gem 'autoprefixer-rails'
910
# Use Uglifier as compressor for JavaScript assets
1011
gem 'uglifier', '>= 1.3.0'
1112
# See https://github.com/sstephenson/execjs#readme for more supported runtimes

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ GEM
2929
tzinfo (~> 1.1)
3030
angularjs-rails (1.2.26)
3131
arel (5.0.1.20140414130214)
32+
autoprefixer-rails (3.1.1.20141001)
33+
execjs
3234
bootstrap-sass (3.2.0.2)
3335
sass (~> 3.2)
3436
builder (3.2.2)
@@ -111,6 +113,7 @@ PLATFORMS
111113

112114
DEPENDENCIES
113115
angularjs-rails
116+
autoprefixer-rails
114117
bootstrap-sass (~> 3.2.0)
115118
jbuilder (~> 2.0)
116119
jquery-rails

0 commit comments

Comments
 (0)