mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-25 02:39:40 -04:00
- Reformat .html / .erb files - Remove extra </div> in index.html.erb - Add htmlbeautifier gem - Add middleman-breadcrumbs - Add make format (calls htmlbeautifier)
7 lines
No EOL
160 B
Ruby
7 lines
No EOL
160 B
Ruby
source "https://rubygems.org"
|
|
|
|
ruby "2.2.2"
|
|
|
|
gem "middleman-hashicorp", github: "hashicorp/middleman-hashicorp"
|
|
gem "middleman-breadcrumbs"
|
|
gem "htmlbeautifier" |