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

Have gulp-tasks intelligently/lazily require modules #255

Open
jskrzypek opened this issue Sep 20, 2015 · 0 comments
Open

Have gulp-tasks intelligently/lazily require modules #255

jskrzypek opened this issue Sep 20, 2015 · 0 comments

Comments

@jskrzypek
Copy link
Contributor

There are a lot of tasks with a lot of requires at the moment. The required modules all load even if they are not used in any of the various tasks that will run. Since requiring modules is blocking, this adds a significant delay to running any task. We should be able to lazily make sure that modules are loaded just before the start of the first task that needs them, instead of the all at once thing.

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