Skip to content

Commit

Permalink
Disable .js minification.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jan 2, 2025
1 parent c752f39 commit 93121c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,11 @@
'minify'
]

#CSS_MIN = True
JS_MIN = False
#HTML_MIN = True
#INLINE_CSS_MIN = True
#INLINE_JS_MIN = True

from datetime import date
CURRENTYEAR = date.today().year

0 comments on commit 93121c0

Please sign in to comment.