Skip to content

Instantly share code, notes, and snippets.

@menslow
Created June 27, 2014 18:31
Show Gist options
  • Save menslow/5780ebb313bb81cf709d to your computer and use it in GitHub Desktop.
Save menslow/5780ebb313bb81cf709d to your computer and use it in GitHub Desktop.
Middleman Configuration for Development and Production
# Turn on Livereload for development to reload your browser atomatically when you save changes to source files.
configure :development do
activate :livereload
end
# Turn on CSS and JavaScript minification for your production build files.
configure :build do
activate :minify_css
activate :minify_javascript
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment