Don't minify JS/CSS
It causes build errors 🤷♀️
This commit is contained in:
parent
a7fccd79bc
commit
639bb71e24
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue