Skip to content

Commit

Permalink
[Command::Build] fix unknown keyword no_cache
Browse files Browse the repository at this point in the history
refs #11
  • Loading branch information
Roman Kříž committed May 29, 2016
1 parent 2b1d924 commit ce70b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/epuber/command/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run
build_path = Epuber::Config.instance.release_build_path(target)
compiler.compile(build_path, check: true, write: @should_write,
release: true, verbose: verbose?,
no_cache: true)
use_cache: false)

archive_name = compiler.epub_name

Expand Down
1 change: 1 addition & 0 deletions lib/epuber/command/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def write_gitignore
!.epuber/
.epuber/build
.epuber/release_build
.epuber/build_cache
END
)
Expand Down

0 comments on commit ce70b12

Please sign in to comment.