diff options
author | esetomo <s-tomo@s-tomo.jp> | 2017-05-03 19:14:52 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-03 12:14:52 +0200 |
commit | 24a5d13d60e491ec80dff0039e31998fecad9364 (patch) | |
tree | 8855046cb34eca5999f451bce754e6e24f2ef814 /Capfile | |
parent | 383c0b780282e4ca2a9df2086166a576eef0f296 (diff) |
remove capistrano/faster_assets from Capfile (#2737)
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Capfile b/Capfile index 93d78e107..bf3ae7e24 100644 --- 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 } |