This website requires JavaScript.
Explore
Help
Sign In
haskal
/
vagrant
Watch
1
Star
0
Fork
You've already forked vagrant
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5cc06bde64
vagrant
/
website
/
Gemfile
4 lines
67 B
Ruby
Raw
Normal View
History
Unescape
Escape
Merge docs and www into a single static site This is a big commit, and I apologize in advance for the future git-blames all pointing to me. This commit does a few things: 1. Merges the website/docs and website/www repo into a single website repo to be in line with other HashiCorp projects 2. Updates to use middleman-hashicorp 3. Converts less to scss to be in line with other projects 4. Updates page styles to be in line with other projects 5. Optimizes images 6. Prepare for S3 + Fastly deployment with scripts, etc. 7. Removes blog posts (they have been transferred to hashicorp.com with redirects in place 8. Updated sitemap generation script for better SEO 9. Fixed many broken links 10. Add description to all fields
2016-01-19 18:08:53 +00:00
source
"
https://rubygems.org
"
Update middleman-hashicorp container and Gemfile.lock Time marches on, and so do security vulnerabilities in Nokogiri. So it's time for a new container. As with last time, here's a reminder for the next person who needs to update this: - You shouldn't just update the dependency in Gemfile.lock, because your build times will go to heck as you compile Nokogiri from source on every run. So you need an updated container with all the dependencies. - To update the container, you need to push a new tag to the middleman-hashicorp repo. Teamcity does the rest, and will ship a new container to Docker Hub (unless its credentials are out of date, in which case go ask team-eng-serv.) - Once that's pushed: - Update Makefile - Update the Gemfile - Delete Gemfile.lock - `make website` until it comes up, then ctrl-C - Commit the changes
2019-08-21 23:08:55 +00:00
gem
"
middleman-hashicorp
"
,
"
0.3.41
"