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

make caching/watching part of core #16

Open
joeybaker opened this issue Mar 30, 2015 · 1 comment
Open

make caching/watching part of core #16

joeybaker opened this issue Mar 30, 2015 · 1 comment

Comments

@joeybaker
Copy link
Contributor

The browserify tool chain is somewhat cumbersome because there's no easy way to access the internal cache of files. Watchify and browserify-incremental had to implement their own, and combining either with factor-bundle requires saving the bundle to the file system.

It would be ideal if paq offered an API to access it's internal cache of files + file contents in a persist-able way.

@ben-ng
Copy link
Owner

ben-ng commented Mar 30, 2015

This is a good idea! The latency from node watch modules is really high and affects perceived performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants