Skip to content

Commit

Permalink
fix #1992
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 1, 2015
1 parent ea9fb05 commit 10733b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -28,6 +28,7 @@ Features
Bugfixes
--------

* If webassets is not installed, use unbundled assets (Issue #1992)
* Check links in Atom and sitemap files (Issue #1993)
* Link checker should check all absolute URLs to self (Issue #1991)
* Check ``img|source[@srcset]`` as part of ``check -l`` (Issue #1989)
Expand Down
1 change: 1 addition & 0 deletions nikola/plugins/task/bundles.py
Expand Up @@ -52,6 +52,7 @@ def set_site(self, site):
utils.req_missing(['webassets'], 'USE_BUNDLES', optional=True)
self.logger.warn('Setting USE_BUNDLES to False.')
site.config['USE_BUNDLES'] = False
site._GLOBAL_CONTEXT['use_bundles'] = False
super(BuildBundles, self).set_site(site)

def gen_tasks(self):
Expand Down

0 comments on commit 10733b8

Please sign in to comment.