comparison 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
comparison
equal deleted inserted replaced
1137:10fd55b9ccfb 1138:c8fb7b024faa
17 DEFAULT_DATE_FORMAT = '%b %d, %Y' 17 DEFAULT_DATE_FORMAT = '%b %d, %Y'
18 DEFAULT_THEME_SOURCE = 'https://bitbucket.org/ludovicchabant/' 18 DEFAULT_THEME_SOURCE = 'https://bitbucket.org/ludovicchabant/'
19 19
20 PIECRUST_URL = 'https://bolt80.com/piecrust/' 20 PIECRUST_URL = 'https://bolt80.com/piecrust/'
21 21
22 CACHE_VERSION = 32 22 CACHE_VERSION = 33
23 23
24 try: 24 try:
25 from piecrust.__version__ import APP_VERSION 25 from piecrust.__version__ import APP_VERSION
26 except ImportError: 26 except ImportError:
27 APP_VERSION = 'unknown' 27 APP_VERSION = 'unknown'