aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-01-24 15:58:07 +0000
committerLouise Crow <louise.crow@gmail.com>2014-01-24 15:58:07 +0000
commitc4907c10a9cba57f203f0ed322ba27220014562e (patch)
tree8cc522844d3df5c50fcbec2733853960367fd0fa
parent4440b4a94b75cb446a030790ca493931e2fdfe75 (diff)
Turn on precompilation of assets in Capistrano.hotfix/0.16.0.2
-rw-r--r--Capfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Capfile b/Capfile
index 6a798eb2b..447fe751c 100644
--- a/Capfile
+++ b/Capfile
@@ -1,4 +1,4 @@
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
- # load 'deploy/assets'
-load 'config/deploy' # remove this line to skip loading any of the default tasks \ No newline at end of file
+load 'deploy/assets'
+load 'config/deploy' # remove this line to skip loading any of the default tasks