Commits on Source (250)
Showing
- .gitlab-ci.yml 2 additions, 0 deletions.gitlab-ci.yml
- Gemfile 2 additions, 1 deletionGemfile
- Gemfile.lock 19 additions, 19 deletionsGemfile.lock
- data/applications.yml 5 additions, 0 deletionsdata/applications.yml
- data/issue_bash.yml 36 additions, 0 deletionsdata/issue_bash.yml
- data/platforms.yml 31 additions, 31 deletionsdata/platforms.yml
- data/promo.yml 2 additions, 2 deletionsdata/promo.yml
- data/resellers.yml 35 additions, 33 deletionsdata/resellers.yml
- data/resources.yml 5 additions, 1 deletiondata/resources.yml
- data/team.yml 32 additions, 18 deletionsdata/team.yml
- lib/custom_helpers.rb 3 additions, 1 deletionlib/custom_helpers.rb
- source/about/index.html.md 2 additions, 2 deletionssource/about/index.html.md
- source/applications/index.html.haml 2 additions, 3 deletionssource/applications/index.html.haml
- source/atom.xml.haml 3 additions, 3 deletionssource/atom.xml.haml
- source/community/issue-bash/index.html.haml 264 additions, 0 deletionssource/community/issue-bash/index.html.haml
- source/gitlab-hosted/index.html.md 22 additions, 23 deletionssource/gitlab-hosted/index.html.md
- source/handbook/benefits/index.html.md 1 addition, 0 deletionssource/handbook/benefits/index.html.md
- source/handbook/ceo/index.html.md 199 additions, 0 deletionssource/handbook/ceo/index.html.md
- source/handbook/engineering/issues/issue-triage-policies/index.html.md 5 additions, 0 deletions...ok/engineering/issues/issue-triage-policies/index.html.md
- source/handbook/engineering/workflow/index.html.md 41 additions, 22 deletionssource/handbook/engineering/workflow/index.html.md
... | @@ -10,7 +10,7 @@ gem 'tzinfo-data', platforms: [:mswin, :mingw, :x64_mingw, :jruby] | ... | @@ -10,7 +10,7 @@ gem 'tzinfo-data', platforms: [:mswin, :mingw, :x64_mingw, :jruby] |
# Middleman Gems | # Middleman Gems | ||
gem "middleman", "~> 4.2" | gem "middleman", "~> 4.2" | ||
gem "middleman-blog", git: "https://github.com/middleman/middleman-blog.git" | gem "middleman-blog", "~> 4.0" | ||
gem "middleman-livereload" | gem "middleman-livereload" | ||
gem "middleman-minify-html" | gem "middleman-minify-html" | ||
gem "middleman-autoprefixer" | gem "middleman-autoprefixer" | ||
... | @@ -27,6 +27,7 @@ gem "builder", "~> 3.0" | ... | @@ -27,6 +27,7 @@ gem "builder", "~> 3.0" |
gem "httparty" | gem "httparty" | ||
gem "stringex" | gem "stringex" | ||
gem "sassc" | |||
group :development, :test do | group :development, :test do | ||
gem 'docopt' | gem 'docopt' | ||
... | ... |
data/issue_bash.yml
0 → 100644
source/community/issue-bash/index.html.haml
0 → 100644
source/handbook/ceo/index.html.md
0 → 100644