Skip to content

Commit 314b14b

Browse files
committed
deploy & runtime
1 parent 7e1f2d3 commit 314b14b

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

Capfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
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

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ gem 'middleman'
55
gem 'middleman-blog'
66
gem 'haml'
77
gem 'sass'
8+
gem 'therubyracer'
89
gem 'hpricot'
910
gem 'capistrano'

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ GEM
5050
rack (>= 1.0.0)
5151
url_mount (~> 0.2.1)
5252
i18n (0.6.0)
53+
libv8 (3.3.10.4)
5354
maruku (0.6.0)
5455
syntax (>= 1.0.0)
5556
middleman (2.0.15.1)
@@ -112,6 +113,8 @@ GEM
112113
tilt (~> 1.1, != 1.3.0)
113114
syntax (1.0.0)
114115
temple (0.3.5)
116+
therubyracer (0.9.9)
117+
libv8 (~> 3.3.10)
115118
thin (1.2.11)
116119
daemons (>= 1.0.9)
117120
eventmachine (>= 0.12.6)
@@ -135,3 +138,4 @@ DEPENDENCIES
135138
middleman-blog
136139
rack-codehighlighter!
137140
sass
141+
therubyracer

deploy.rb config/deploy.rb

File renamed without changes.

0 commit comments

Comments
 (0)