Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2828 from emberjs/setup-on-heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
acorncom authored Mar 17, 2017
2 parents 8709802 + 6cff396 commit e58b165
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
10 changes: 0 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ GEM
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.10)
ffi (1.9.10-x86-mingw32)
geocoder (1.2.12)
gmaps4rails (2.1.2)
haml (4.0.7)
Expand Down Expand Up @@ -140,8 +139,6 @@ GEM
thor (~> 0.19)
nokogiri (1.6.6.3)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.3-x86-mingw32)
mini_portile (~> 0.6.0)
padrino-helpers (0.12.5)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.5)
Expand All @@ -157,11 +154,6 @@ GEM
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry (0.9.12.6-x86-mingw32)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
win32console (~> 1.3)
pry-byebug (1.3.2)
byebug (~> 2.7)
pry (~> 0.9.12)
Expand Down Expand Up @@ -220,13 +212,11 @@ GEM
websocket-driver (0.6.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
win32console (1.3.2-x86-mingw32)
xpath (2.0.0)
nokogiri (~> 1.3)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
activesupport
Expand Down
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,7 @@ desc "Find organizers for meetup user group_urlname"
task :findorganizers do |t, args|
find_meetup_organizers(ENV['force'])
end

task "assets:precompile" do
build
end
1 change: 0 additions & 1 deletion lib/sponsors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def registered(app)

module Helpers

::Middleman::Extensions.register(:api_docs, APIDocs)
def sponsors
@sponsors ||= data.sponsors.map do |sponsor|
Sponsor.new(sponsor)
Expand Down
1 change: 0 additions & 1 deletion lib/toc.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'redcarpet'
require 'pry'

module TOC
class << self
Expand Down
8 changes: 8 additions & 0 deletions static.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"root": "build/",
"proxies": {
"/api-new/": {
"origin": "${EMBER_API_DOCS_URL}"
}
}
}

0 comments on commit e58b165

Please sign in to comment.