Browse Source
Don't minify JS/CSS
It causes build errors 🤷♀️
stable
Baptiste Gelez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
config.rb
|
|
@@ -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 |