[WIP] Redesigning for Gulp 4 and package updates.#2
Open
hellofromtonya wants to merge 5 commits intomasterfrom
Open
[WIP] Redesigning for Gulp 4 and package updates.#2hellofromtonya wants to merge 5 commits intomasterfrom
hellofromtonya wants to merge 5 commits intomasterfrom
Conversation
With Gulp 4, we can now easily split up the gulpfile into separate task files. Per the Getting Started documentation: >Node's module resolution allows you to replace your gulpfile.js file >with a directory named gulpfile.js that contains an index.js file which >is treated as a gulpfile.js. >@link https://gulpjs.com/docs/en/getting-started/javascript-and-gulpfiles This commit changes the `gulpfile.js` from a file to directory and adds an `index.js` file, which Node resolves the entry point into the directory. This new design allows a developer to clone the UpGulp repo and name it something like `dev`. Why? It allows all development files, tools, and packages (such as Sass, composer, package.json, tests, node_modules, rc configurations, etc.) to be held in one directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR redesigns UpGulp for upgrading to Gulp 4, new approach to splitting tasks into separate files, and updates to the packages.
Closes #3
TODO
[x] Add styles tasks, packages, and configs
[ ] Add scripts tasks, packages, and configs
[ ] Add images tasks, packages, and configs
[ ] Add translation tasks, packages, and configs