-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for zcli theme preview #176
Conversation
I've had to work around a few issues with the typescript setup while developing and it seems like I'm seeing the same ones in this failed build. I wasn't sure if this should be something I should address in this PR as it's related to apps. Any guidance there would be very much appreciated 🙏🏼 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR! This is AMAZIIIING! 🎉 🎉 🎉
I left some minor comments / questions, but nothing major so feel free to ignore them in order to push this forward. I've tested on my machine and it works just great 👏 💖
aad7f59
to
e51a3cc
Compare
e51a3cc
to
250c45f
Compare
aa650a8
to
1757751
Compare
1757751
to
8e46ece
Compare
I can't review this, but wanted to just put a comment in to say, AMAZING! Thank you all 🎉 |
fe31076
to
acd8940
Compare
acd8940
to
8499859
Compare
2f8351e
to
ec0afa4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work team! LGTM 🚀
Can we please add CODEOWNERS
file with this change, where packages/zcli-themes
is owned by your team and rest is by team vegemite? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Description
918bff3
feat: adding support for zcli:theme previewb392bca
doc: documenting zcli:theme previewf73a3ad
Addressing PR feedback2a22bf8
Address 'Unable to compile TypeScript' error338bba8
Address 'type:check' failure7b01916
Do not start preview if validation fails2c73f21
Covering theme:preview with functional tests8a2cd40
Replace fs.watch with chokidar to fix Ubunto builde4b3d9c
Monitoring changes in the assets and settings folders as well23401eb
Rename zcli:theme command to zcli:themes9f3c5f9
Implements basic livereload8e46ece
Fix typos8499859
Use zcli login instead of custom logic2f1b78d
Improve loggingec0afa4
Add X-Zendesk-Request-Originator headercd6e974
Adding a CODEOWNERS fileDetail
This PR adds support for
zcli theme:preview
and hopefully provides an easy migration from ZAT.This ZAT being in maintenance mode, this migration is long overdue.
We plan to add other commands, e.g.
validate
orpublish
in the near future but we're starting withpreview
to ease the review of an already quite long PR.Checklist