diff options
-rw-r--r-- | Capfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |