aboutsummaryrefslogtreecommitdiffstats
path: root/Capfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-01-26 01:11:09 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-01-26 01:11:09 +0100
commit996deb2d68baff186f8d0f521cd53cdb1f391949 (patch)
tree868cce543368e4745bc4d5b1c9fc8f7c3e87a016 /Capfile
parent49ec7b8074d7fafda3c94c89d61d6ffd65c9ccbc (diff)
downloadhmnoweb-996deb2d68baff186f8d0f521cd53cdb1f391949.tar.gz
hmnoweb-996deb2d68baff186f8d0f521cd53cdb1f391949.tar.bz2
hmnoweb-996deb2d68baff186f8d0f521cd53cdb1f391949.zip
Fix deploy scripts.
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Capfile b/Capfile
index 6a798eb..b46fd05 100644
--- a/Capfile
+++ b/Capfile
@@ -1,4 +1,4 @@
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
- # load 'deploy/assets'
+load 'deploy/assets'
load 'config/deploy' # remove this line to skip loading any of the default tasks \ No newline at end of file