https://github.com/baderzone/biopartsdb
Raw File
Tip revision: b209a2438375e4e2ba1cf5e721026e737c636ec1 authored by Giovanni Stracquadanio on 04 January 2016, 15:31:38 UTC
Updated readme
Tip revision: b209a24
Capfile
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
    # load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks
back to top