-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Split single Gulpfile into per task files #56
Comments
The gulp boilerplate of the project has been significantly reduced so I don't know if this is still useful and submit a PR or we should keep at is now. |
FYI, |
Hello,
Im using this starter kit for our projects, but we have to modify the current gulpfile and split into files per task in a gulp/ directory for better understanding of build processes as we have modify some of them (we use modernizr, semantic-ui, sass ..)
How do you feel about switching to that model instead of a single file.
The structure would be
gulpfile.js
gulp/index.js
gulp/config.js
gulp/tasks/
gulp/util/errorHandling.js
The text was updated successfully, but these errors were encountered: