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

gulp:插件备忘 #21

Open
chyingp opened this issue Jul 13, 2014 · 0 comments
Open

gulp:插件备忘 #21

chyingp opened this issue Jul 13, 2014 · 0 comments
Labels

Comments

@chyingp
Copy link
Owner

chyingp commented Jul 13, 2014

gulp-changed

Only pass through changed files

gulp-cached

This keeps an in-memory cache of files (and their contents) that have passed through it. If a file has already passed through on the last run it will not be passed downstream. This means you only process what you need and save time + resources.

@chyingp chyingp added fis and removed fis labels Jul 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant