Skip to content

Commit

Permalink
Add middleman-build-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjarvo committed Dec 1, 2014
1 parent 35d14a3 commit 51f8335
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source 'http://rubygems.org'

gem "middleman"
gem "middleman-blog"
gem "middleman-build-reporter"
gem "nokogiri"

gem "bourbon"
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ GEM
eventmachine (1.0.3)
execjs (2.2.2)
ffi (1.9.6)
haml (4.0.5)
git (1.2.8)
haml (4.0.6)
tilt
hike (1.2.3)
hitimes (1.2.2)
Expand All @@ -57,7 +58,7 @@ GEM
i18n (0.6.11)
json (1.8.1)
kramdown (1.5.0)
listen (2.8.0)
listen (2.8.3)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
Expand All @@ -76,6 +77,9 @@ GEM
addressable (~> 2.3.5)
middleman-core (~> 3.2)
tzinfo (>= 0.3.0)
middleman-build-reporter (0.0.3)
git (= 1.2.8)
middleman-core (>= 3.0.0)
middleman-core (3.3.7)
activesupport (~> 4.1.0)
bundler (~> 1.1)
Expand Down Expand Up @@ -105,7 +109,7 @@ GEM
neat (1.7.0)
bourbon (>= 4.0)
sass (>= 3.3)
nokogiri (1.6.4.1)
nokogiri (1.6.5)
mini_portile (~> 0.6.0)
padrino-helpers (0.12.4)
i18n (~> 0.6, >= 0.6.7)
Expand Down Expand Up @@ -133,7 +137,7 @@ GEM
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
sass (3.4.8)
sass (3.4.9)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
Expand Down Expand Up @@ -167,6 +171,7 @@ DEPENDENCIES
capybara-webkit
middleman
middleman-blog
middleman-build-reporter
middleman-livereload (~> 3.1.0)
neat
nokogiri
Expand Down
2 changes: 2 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
# blog.page_link = "page/:num"
end

activate :build_reporter

page "/feed.xml", :layout => false

set :css_dir, 'stylesheets'
Expand Down
1 change: 1 addition & 0 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
<%= partial "layouts/footer" %>

</body>
<%= build_reporter_fingerprint %>
</html>

0 comments on commit 51f8335

Please sign in to comment.