File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
3
3
gem 'jekyll' , '~> 2.5.3'
4
4
gem 'jekyll-paginate'
5
+ gem 'octopress-autoprefixer'
6
+
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ autoprefixer-rails (6.3.3.1 )
5
+ execjs
4
6
blankslate (2.1.2.4 )
5
7
celluloid (0.16.0 )
6
8
timers (~> 4.0.0 )
45
47
rb-fsevent (>= 0.9.3 )
46
48
rb-inotify (>= 0.9 )
47
49
mercenary (0.3.5 )
50
+ octopress-autoprefixer (1.0.2 )
51
+ autoprefixer-rails
52
+ jekyll (>= 2.0 )
53
+ octopress-hooks (~> 2.0 )
54
+ octopress-hooks (2.6.1 )
55
+ jekyll (>= 2.0 )
48
56
parslet (1.5.0 )
49
57
blankslate (~> 2.0 )
50
58
posix-spawn (0.3.11 )
@@ -69,6 +77,7 @@ PLATFORMS
69
77
DEPENDENCIES
70
78
jekyll (~> 2.5.3 )
71
79
jekyll-paginate
80
+ octopress-autoprefixer
72
81
73
82
BUNDLED WITH
74
83
1.11.2
Original file line number Diff line number Diff line change @@ -34,3 +34,5 @@ defaults:
34
34
analytics_category : " blog"
35
35
36
36
gems : [jekyll-paginate]
37
+ gems :
38
+ - octopress-autoprefixer
You can’t perform that action at this time.
0 commit comments