-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pedro/svg sprites #2
Conversation
Moves the svg sprite task to a separate task Updates the documentation accordingly
Hi Pedro,
Thanks |
Hey @stkao05! |
There you go @stkao05 🙂 Let me know if I missed something. |
Hi Pedro, looks good. Codes work but for the sake of learning I would also like you to look into a last couple change.
You will notice that The current code will still run, but if there are other task depending on completion this task, the code will not work incorrectly.
|
Also moves gulp-svg-sprite from devDependencies to dependencies
Hey @stkao05! It seems to be working properly now. Let me know if there's anything that needs to be fixed 👍 |
Hey @stkao05!
The SVG sprite task is now on a separate task, through
gulpist svg-sprite
.Moved from
dr-svg-sprites
to the recommendedgulp-svg-sprite
.And updated the documentation. Hope you don't mind some styling 😅
Let me know if something needs to be polished! 👍