We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad345c commit 2fddf44Copy full SHA for 2fddf44
Gemfile
@@ -6,6 +6,7 @@ gem 'rails', '4.1.6'
6
# Use SCSS for stylesheets
7
gem 'sass-rails', '~> 4.0.3'
8
gem 'bootstrap-sass', '~> 3.2.0'
9
+gem 'autoprefixer-rails'
10
# Use Uglifier as compressor for JavaScript assets
11
gem 'uglifier', '>= 1.3.0'
12
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
Gemfile.lock
@@ -29,6 +29,8 @@ GEM
29
tzinfo (~> 1.1)
30
angularjs-rails (1.2.26)
31
arel (5.0.1.20140414130214)
32
+ autoprefixer-rails (3.1.1.20141001)
33
+ execjs
34
bootstrap-sass (3.2.0.2)
35
sass (~> 3.2)
36
builder (3.2.2)
@@ -111,6 +113,7 @@ PLATFORMS
111
113
112
114
DEPENDENCIES
115
angularjs-rails
116
+ autoprefixer-rails
117
bootstrap-sass (~> 3.2.0)
118
jbuilder (~> 2.0)
119
jquery-rails
0 commit comments