-
- Downloads
Add --[no-]cache and --cache-dir options.
By default the caching is disabled. When turned on with --cache, the caching dir will be <output-dir>/.cache/ unless overridden with --cache-dir option. Previously the whole output dir got cleaned up, but now it can contain a .cache dir, which we'll want to preserve. So I created OutputDir class to take care of output directory cleanup in a way that preserves the .cache/ directory inside it. Refs #446
Showing
- lib/jsduck/batch_parser.rb 1 addition, 1 deletionlib/jsduck/batch_parser.rb
- lib/jsduck/cache.rb 15 additions, 1 deletionlib/jsduck/cache.rb
- lib/jsduck/class_writer.rb 2 additions, 1 deletionlib/jsduck/class_writer.rb
- lib/jsduck/export_writer.rb 2 additions, 1 deletionlib/jsduck/export_writer.rb
- lib/jsduck/options.rb 24 additions, 1 deletionlib/jsduck/options.rb
- lib/jsduck/output_dir.rb 29 additions, 0 deletionslib/jsduck/output_dir.rb
- lib/jsduck/web/template.rb 0 additions, 1 deletionlib/jsduck/web/template.rb
- lib/jsduck/web/writer.rb 8 additions, 2 deletionslib/jsduck/web/writer.rb
Loading
Please register or sign in to comment