Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(config): add preprocessCachingDisabled option #493

Merged
merged 2 commits into from
Sep 8, 2015
Merged

doc(config): add preprocessCachingDisabled option #493

merged 2 commits into from
Sep 8, 2015

Conversation

nikgraf
Copy link
Contributor

@nikgraf nikgraf commented Sep 8, 2015

Add missing preprocessCachingDisabled option to docs

strong

### `config.preprocessCachingDisabled` [boolean]
(default: `false`)

While on disk caching is enabled by default, this options allows to explicitly disabled it. Turning caching off is helpful while developing preprocessor scripts, to avoid getting cached outputs.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Disables caching for preprocessed files. The preprocess cache is a performance optimization and should not be disabled unless there are unresolvable issues with reading/writing files from the cache directory."

(I'll be adding --nocache soon, so I don't think the second sentence is useful :) Feel free to send a pull request if you want to add this option yourself!).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cpojer updated the text

I will be bit busy the next couple days. In case you didn't get to it next week I will look into it.

cpojer added a commit that referenced this pull request Sep 8, 2015
doc(config): add preprocessCachingDisabled option
@cpojer cpojer merged commit dad6475 into jestjs:master Sep 8, 2015
@cpojer
Copy link
Member

cpojer commented Sep 8, 2015

thank you!

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants