Mercurial > piecrust2
diff piecrust/pipelines/asset.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 | 1a7f3ae09c53 |
children |
line wrap: on
line diff
--- a/piecrust/pipelines/asset.py Tue Apr 24 21:27:46 2018 -0700 +++ b/piecrust/pipelines/asset.py Sun May 20 22:20:00 2018 -0700 @@ -38,8 +38,8 @@ self.app.config.get('pipelines/asset/processors'), self.source.config.get('processors')]: if flt is not None: - logger.debug("Filtering processors to: %s" % flt) processors = get_filtered_processors(processors, flt) + logger.debug("Filtering processors to: %s" % processors) # Invoke pre-processors. proc_ctx = ProcessorContext(self)