~cytrogen/masto-fe

ref: 44ba785242c14bdfcd95854683a69a8451288dba masto-fe/Capfile -rw-r--r-- 370 bytes
44ba7852 — Renaud Chaput Change the hashtag bar to be hidden when there is a CW and the post is not expanded (#26615) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# frozen_string_literal: true

require 'capistrano/setup'
require 'capistrano/deploy'
require 'capistrano/scm/git'

install_plugin Capistrano::SCM::Git

require 'capistrano/rbenv'
require 'capistrano/bundler'
require 'capistrano/yarn'
require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'

Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }