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

Caching to speed up build process #20

Open
aahoo opened this issue Nov 14, 2016 · 1 comment
Open

Caching to speed up build process #20

aahoo opened this issue Nov 14, 2016 · 1 comment

Comments

@aahoo
Copy link

aahoo commented Nov 14, 2016

I have been using gulp for some time. For the same reasons you mentioned in your css trick article, I decided to switch to npm scripts. One thing I noticed is that the build speed is quite slow after the first build compared to how it was when I used gulp. Is there any way to speed this up? perhaps some caching ...

@strarsis
Copy link

strarsis commented Dec 9, 2016

+1, or skipping unchanged files (onwatch does this, but also for the non-watching tasks).

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

No branches or pull requests

2 participants