Skip to content

Commit

Permalink
add capistrano tasks for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Nov 21, 2019
1 parent 20291cb commit ab1514a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install_plugin Capistrano::SCM::Git
#require 'capistrano/rails/assets'
#require 'capistrano/rails/migrations'
require 'capistrano/rails'
require 'capistrano/yarn'
require 'capistrano/locally'

# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ group :development do
gem 'capistrano-bundler', require: false
gem 'capistrano-locally', require: false
gem 'capistrano-passenger', require: false
gem 'capistrano-yarn', require: false
gem 'html2haml'
# static code analysis
gem "brakeman", require: false
gem "rubocop", require: false
# gem 'i18n-debug'
end
21 changes: 21 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ GEM
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
arel (8.0.0)
ast (2.4.0)
autoprefixer-rails (9.7.1)
execjs
bootstrap (4.1.3)
autoprefixer-rails (>= 6.0.3)
popper_js (>= 1.12.9, < 2)
sass (>= 3.5.2)
brakeman (4.7.1)
builder (3.2.3)
capistrano (3.11.2)
airbrussh (>= 1.0.0)
Expand All @@ -76,6 +78,8 @@ GEM
capistrano-rails (1.4.0)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-yarn (2.0.2)
capistrano (~> 3.0)
chart-js-rails (0.1.7)
railties (> 3.1)
coderay (1.1.2)
Expand Down Expand Up @@ -110,6 +114,7 @@ GEM
i18n (1.7.0)
concurrent-ruby (~> 1.0)
iconv (1.0.8)
jaro_winkler (1.5.4)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
Expand Down Expand Up @@ -141,6 +146,9 @@ GEM
mini_portile2 (~> 2.4.0)
oj (3.9.2)
open_uri_redirections (0.2.1)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
popper_js (1.14.5)
pry (0.12.2)
coderay (~> 1.1.0)
Expand Down Expand Up @@ -175,6 +183,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
Expand All @@ -186,6 +195,14 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby_parser (3.14.1)
sexp_processor (~> 4.9)
sass (3.7.4)
Expand Down Expand Up @@ -229,6 +246,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.6.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
Expand All @@ -240,11 +258,13 @@ PLATFORMS

DEPENDENCIES
bootstrap (~> 4.1.0)
brakeman
capistrano (~> 3.11)
capistrano-bundler
capistrano-locally
capistrano-passenger
capistrano-rails (~> 1.4)
capistrano-yarn
chart-js-rails
cube-ruby
dalli
Expand All @@ -269,6 +289,7 @@ DEPENDENCIES
rdoc
recaptcha (~> 5.2)
rest-client (~> 1.8.0)
rubocop
sass-rails (~> 5.0)
select2-rails
stackprof
Expand Down

0 comments on commit ab1514a

Please sign in to comment.