Skip to content

Commit

Permalink
Adding the force to the build cache clearing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Jun 21, 2017
1 parent 0c36b18 commit 23e37ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grow/commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def build(pod_path, out_dir, preprocess, clear_cache):
out_dir = out_dir or os.path.join(root, 'build')
pod = pods.Pod(root, storage=storage.FileStorage)
if clear_cache:
pod.podcache.reset()
pod.podcache.reset(force=True)
if preprocess:
pod.preprocess()
try:
Expand Down

0 comments on commit 23e37ee

Please sign in to comment.