-
Notifications
You must be signed in to change notification settings - Fork 55
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
DXCDT-555: Include universal-login customize assets #891
DXCDT-555: Include universal-login customize assets #891
Conversation
8dc0777
to
a8996e4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/auth0-universal-login-customize #891 +/- ##
==========================================================================
Coverage ? 72.43%
==========================================================================
Files ? 93
Lines ? 12334
Branches ? 0
==========================================================================
Hits ? 8934
Misses ? 2882
Partials ? 518 ☔ View full report in Codecov by Sentry. |
|
||
assets: ## Generate Universal Login embeddable assets | ||
${call print, "Generating Universal Login embeddable assets"} | ||
@if [ ! -d "${UNIVERSAL_LOGIN_ASSETS_EXTERNAL_DIR}" ]; \ |
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.
Maybe use mkdir -p
to create the directory if it doesn't exist already?
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.
Creating the directory is not enough, we need to actually clone the web app repo as well, which is not public, hence why we only check for the existence.
6cdf650
into
feature/auth0-universal-login-customize
* Add make command to generate universal-login preview assets * Add universal-login preview assets * Add route to serve universal-login customize assets * Update assets * Minor tweaks to web server url path * Update assets * Add npm install to make assets * Remove ws_port query param * Update assets * Tiny improvements
🔧 Changes
This PR includes the
auth0 universal-login customize
assets.📚 References
🔬 Testing
📝 Checklist