Skip to content
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

Automatically update various references to nre-styles and ui-components #2

Open
Mierdin opened this issue May 7, 2020 · 0 comments

Comments

@Mierdin
Copy link
Member

Mierdin commented May 7, 2020

Helper script to update references to nre-styles versioned path. Needed by nre-blog, antidote-ops, antidote-ui-components. Grep for "https://cdn.jsdelivr.net/gh/nre-learning/nre-styles" in these repos to find locations.

    ./nre-blog/static/admin/index.html:  CMS.registerPreviewStyle("https://cdn.jsdelivr.net/gh/nre-learning/nre-styles@latest/dist/styles.css");
    ./antidote-ops/infrastructure/maint.js:  <link href="https://cdn.jsdelivr.net/gh/nre-learning/nre-styles@latest/dist/styles.css" rel="stylesheet">
    ./nre-hugo-theme/layouts/_default/baseof.html:  <link href="https://cdn.jsdelivr.net/gh/nre-learning/nre-styles@latest/dist/styles.css" rel="stylesheet">

(Note that this is before a fix for #1)

    ./nre-hugo-theme/layouts/partials/scripts.html:<script type="module" src="https://cdn.jsdelivr.net/gh/nre-learning/antidote-web@e50554c271b79ae46dd1acb5d9f89d7c3d425a9b/src/main/webapp/js/components/advisor.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant