Don't minify JS/CSS

It causes build errors 🤷‍♀️
stable
Baptiste Gelez 5 years ago committed by GitHub
parent a7fccd79bc
commit 639bb71e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save