Mercurial > piecrust2
diff piecrust/baking/baker.py @ 32:43091c9837bf
Fix problems with asset URLs.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 19 Aug 2014 14:30:19 -0700 |
parents | 65ae19c4e8a3 |
children | 485682a6de50 |
line wrap: on
line diff
--- a/piecrust/baking/baker.py Tue Aug 19 12:48:00 2014 -0700 +++ b/piecrust/baking/baker.py Tue Aug 19 14:30:19 2014 -0700 @@ -246,7 +246,7 @@ # Get into bake mode. start_time = time.clock() self.app.config.set('baker/is_baking', True) - self.app.env.base_asset_url_format = '%site_root%%uri%' + self.app.env.base_asset_url_format = '%uri%' # Make sure the output directory exists. if not os.path.isdir(self.out_dir):