Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Commit

Permalink
Tried a fix for the hanging middleman issue.
Browse files Browse the repository at this point in the history
Got approach from this ticket comment:
 * middleman/middleman#1367 (comment)
  • Loading branch information
oubiwann committed Nov 27, 2015
1 parent 789abae commit 239e199
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
# Activate the syntax highlighter
activate :syntax

activate :autoprefixer do |config|
config.browsers = ['last 2 version', 'Firefox ESR']
config.cascade = false
config.inline = true
end

# Github pages require relative links
activate :relative_assets
set :relative_links, true
Expand All @@ -35,4 +29,11 @@
# activate :relative_assets
# activate :asset_hash
# activate :gzip

activate :autoprefixer do |config|
config.browsers = ['last 2 version', 'Firefox ESR']
config.cascade = false
config.inline = true
end

end

0 comments on commit 239e199

Please sign in to comment.