Skip to content

Commit

Permalink
capistrano npm
Browse files Browse the repository at this point in the history
  • Loading branch information
myeong committed Feb 24, 2019
1 parent 1dcf6cd commit 1643b8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ group :production do
gem 'capistrano-rails', '~> 1.2'
gem 'capistrano-passenger', '~> 0.2.0'
gem 'capistrano-rvm', '~> 0.1.2'
gem 'capistrano-npm', '~> 1.0', '>= 1.0.1'
end

group :assets do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ GEM
sshkit (>= 1.9.0)
capistrano-bundler (1.5.0)
capistrano (~> 3.1)
capistrano-npm (1.0.3)
capistrano (>= 3.0.0)
capistrano-passenger (0.2.0)
capistrano (~> 3.0)
capistrano-rails (1.4.0)
Expand Down Expand Up @@ -347,6 +349,7 @@ DEPENDENCIES
browserify-rails (~> 0.9.1)
bson
capistrano (~> 3.7, >= 3.7.1)
capistrano-npm (~> 1.0, >= 1.0.1)
capistrano-passenger (~> 0.2.0)
capistrano-rails (~> 1.2)
capistrano-rvm (~> 0.1.2)
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "scribe",
"devDependencies": {
"browserify": "^11.0.0",
"browserify-incremental": "^3.0.1",
"coffee-react-transform": "^3.2.0",
"jest-cli": "^0.4.0",
"json-api-client": "^0.2.3"
Expand Down

0 comments on commit 1643b8e

Please sign in to comment.