You are here |
zerosleeps.com | ||
| | | |
badge.fury.io
|
|
| | | | Version Badge for npm, RubyGems, PyPI, Bower and other packages | |
| | | |
markentier.tech
|
|
| | | | Quick answer:bundle config build.nokogiri --use-system-libraries && bundle install | markentier.tech | |
| | | |
myers.io
|
|
| | | | Whatever language and package manager you use, be it Ruby Gems, CocoaPods, NPM, Cargo, etc. theres a good chance that if you have a file specifying your dependencies (such as Gemfile, Podfile, package.json or Cargo.toml), theres a corresponding .lock file. Its not always clear what the purpose of these files are, and whether or not they should be checked in to your repo. | |
| | | |
www.yesthatblog.com
|
|
| | In my previous blog post I explained a trick for setting bash env variables when you run a script. In this post I discuss how to write bash scripts that handle such variables properly. |