logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 24a5d13d60e491ec80dff0039e31998fecad9364
parent: 383c0b780282e4ca2a9df2086166a576eef0f296
Author: esetomo <s-tomo@s-tomo.jp>
Date:   Wed,  3 May 2017 19:14:52 +0900

remove capistrano/faster_assets from Capfile (#2737)


Diffstat:

MCapfile1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Capfile b/Capfile @@ -9,7 +9,6 @@ require 'capistrano/rbenv' require 'capistrano/bundler' require 'capistrano/yarn' require 'capistrano/rails/assets' -require 'capistrano/faster_assets' require 'capistrano/rails/migrations' Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }