2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

rm broken bundle update task & defunct custom RubyGem caching scheme

[skip sauce]
This commit is contained in:
Chris Rebert
2015-08-25 23:00:18 -07:00
parent 8bc2e21754
commit 3cc25428be
6 changed files with 2 additions and 44 deletions
-5
View File
@@ -3,10 +3,5 @@
"key": "./npm-shrinkwrap.json",
"cache": "../node_modules",
"generate": "./uncached-npm-install.sh"
},
"rubygems": {
"key": "$BUNDLE_GEMFILE",
"cache": "../vendor/cache",
"generate": "cd .. ; bundle install --path=\"`pwd`/vendor/cache\""
}
}