Skip to content

Commit

Permalink
Merge pull request #2596 from getnikola/forcing-webassets
Browse files Browse the repository at this point in the history
Forcing webassets to really rebuild files.
  • Loading branch information
Kwpolska committed Dec 15, 2016
2 parents b3ae887 + d4092d2 commit 16f0393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/bundles.py
Expand Up @@ -79,7 +79,7 @@ def build_bundle(output, inputs):
env.register(output, bundle)
# This generates the file
try:
env[output].urls()
env[output].build(force=True)
except Exception as e:
self.logger.error("Failed to build bundles.")
self.logger.exception(e)
Expand Down

0 comments on commit 16f0393

Please sign in to comment.