django-pipeline-browserify icon indicating copy to clipboard operation
django-pipeline-browserify copied to clipboard

Add and document "shallow recompiles" option

Open natevw opened this issue 6 years ago • 2 comments

Recursively checking dependencies is the most correct, but it can also be very slow. This patch makes the choice configurable. By setting BROWSERIFY_SHALLOW_RECOMPILES true, only the entry point will be checked rather than all its dependencies.

natevw avatar Dec 23 '17 15:12 natevw

(This is related to #13 and #5, allowing the user to opt out of the fixes there if they prefer faster refreshes over correctness, particularly during development.)

natevw avatar Dec 23 '17 15:12 natevw

@j0hnsmith I think I could merge this myself, but I wouldn't be able to deploy to PyPI. Is this something you can release if it looks good to you?

natevw avatar Feb 12 '18 19:02 natevw