Commit 314b14b 1 parent 7e1f2d3 commit 314b14b Copy full SHA for 314b14b
File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
- load 'deploy' # remove this line to skip loading any of the default tasks
1
+ load 'deploy' if respond_to? ( :namespace )
2
+ load 'config/deploy' # remove this line to skip loading any of the default tasks
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ gem 'middleman'
5
5
gem 'middleman-blog'
6
6
gem 'haml'
7
7
gem 'sass'
8
+ gem 'therubyracer'
8
9
gem 'hpricot'
9
10
gem 'capistrano'
Original file line number Diff line number Diff line change 50
50
rack (>= 1.0.0 )
51
51
url_mount (~> 0.2.1 )
52
52
i18n (0.6.0 )
53
+ libv8 (3.3.10.4 )
53
54
maruku (0.6.0 )
54
55
syntax (>= 1.0.0 )
55
56
middleman (2.0.15.1 )
112
113
tilt (~> 1.1 , != 1.3.0 )
113
114
syntax (1.0.0 )
114
115
temple (0.3.5 )
116
+ therubyracer (0.9.9 )
117
+ libv8 (~> 3.3.10 )
115
118
thin (1.2.11 )
116
119
daemons (>= 1.0.9 )
117
120
eventmachine (>= 0.12.6 )
@@ -135,3 +138,4 @@ DEPENDENCIES
135
138
middleman-blog
136
139
rack-codehighlighter !
137
140
sass
141
+ therubyracer
File renamed without changes.
You can’t perform that action at this time.
0 commit comments