Skip to content

Commit

Permalink
Merge pull request #54 from alphagov/fix-hanging-middleman
Browse files Browse the repository at this point in the history
Fix hanging middleman
  • Loading branch information
vixus0 authored Oct 24, 2018
2 parents c583614 + 6e6a596 commit 04962df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/govuk_tech_docs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module GovukTechDocs
# @option options [Hash] livereload Options to pass to the `livereload`
# extension. Hash with symbols as keys.
def self.configure(context, options = {})
context.activate :autoprefixer
context.activate :sprockets
context.activate :syntax

Expand All @@ -52,6 +51,7 @@ def self.configure(context, options = {})
end

context.configure :build do
activate :autoprefixer
activate :minify_css
activate :minify_javascript
end
Expand Down

0 comments on commit 04962df

Please sign in to comment.