diff --git a/Gemfile.lock b/Gemfile.lock index c4c695ea57..02cf9324a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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 diff --git a/Procfile b/Procfile deleted file mode 100644 index 05ada5d7e1..0000000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: thin start -p $PORT \ No newline at end of file diff --git a/Rakefile b/Rakefile index f9ebe72c5d..35653a3dd9 100644 --- a/Rakefile +++ b/Rakefile @@ -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 diff --git a/lib/sponsors.rb b/lib/sponsors.rb index 2a58a29d86..08af51a0fa 100644 --- a/lib/sponsors.rb +++ b/lib/sponsors.rb @@ -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) diff --git a/lib/toc.rb b/lib/toc.rb index c7d294569b..9ecb40632a 100644 --- a/lib/toc.rb +++ b/lib/toc.rb @@ -1,5 +1,4 @@ require 'redcarpet' -require 'pry' module TOC class << self diff --git a/static.json b/static.json new file mode 100644 index 0000000000..ecdf1b1f2b --- /dev/null +++ b/static.json @@ -0,0 +1,8 @@ +{ + "root": "build/", + "proxies": { + "/api-new/": { + "origin": "${EMBER_API_DOCS_URL}" + } + } +}