diff piecrust/__init__.py @ 1138:c8fb7b024faa

bake: Disable `uglifyjs` and `cleancss` by default. There's a good chance a new user doesn't have them installed.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 May 2018 22:20:00 -0700
parents e1e459438f3f
children a9a592f655e3
line wrap: on
line diff
--- a/piecrust/__init__.py	Tue Apr 24 21:27:46 2018 -0700
+++ b/piecrust/__init__.py	Sun May 20 22:20:00 2018 -0700
@@ -19,7 +19,7 @@
 
 PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
-CACHE_VERSION = 32
+CACHE_VERSION = 33
 
 try:
     from piecrust.__version__ import APP_VERSION