|
|
@ -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 |
|
|
|