Created
June 27, 2014 18:31
-
-
Save menslow/5780ebb313bb81cf709d to your computer and use it in GitHub Desktop.
Middleman Configuration for Development and Production
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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