diff --git a/Gemfile b/Gemfile index 6c06f34..18e04bd 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,3 @@ gem 'wdm', platforms: [:mswin, :mingw, :x64_mingw] gem 'maruku' gem 'redcarpet' -#gem 'middleman-deploy' diff --git a/config.rb b/config.rb index a12c8b6..21e132d 100644 --- a/config.rb +++ b/config.rb @@ -1,5 +1,4 @@ # Activate and configure extensions -# https://middlemanapp.com/advanced/configuration/#configuring-extensions activate :autoprefixer do |prefix| prefix.browsers = "last 2 versions" @@ -15,8 +14,6 @@ configure :development do activate :livereload, host: 'localhost', apply_css_live: true, apply_js_live: true, no_swf: true end - - configure :build do activate :minify_css activate :minify_javascript