Don't minify JS/CSS

It causes build errors 🤷‍♀️
This commit is contained in:
Baptiste Gelez 2019-05-31 11:45:52 +01:00 committed by GitHub
parent a7fccd79bc
commit 639bb71e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,6 @@ page '/*.json', layout: false
page '/*.txt', layout: false
configure :build do
activate :minify_css
activate :minify_javascript
# activate :minify_css
# activate :minify_javascript
end