Answer the question
In order to leave comments, you need to log in
How to properly organize gulpfile.js?
Hello! My gulpfile.js has grown to an incredible size:
Answer the question
In order to leave comments, you need to log in
Try to include gulp-tasks from the directory and split everything into separate files accordingly (for each task).
+ you can use npm link
How to properly organize gulpfile.js? Like this: https://blog.simpleblend.net/gulp-organization-str...
The build dependencies are written in the package.json devDependencies section. So, to install dependencies, excluding those that are registered in devDependecies, use the command npm install --production
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question