-
-
Notifications
You must be signed in to change notification settings - Fork 176
Static resources (JS, CSS), Mockup Patterns and JQuery #1275
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
Conversation
✅ Deploy Preview for 6-docs-plone-org ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
If you read this and think this is your topic: Feel free to take over the PR! |
should this be rebased to |
The current default branch is |
@stevepiercy I just saw, that the checked out documentation branch in |
Um... I don't really know. I think the first question is, "Why does coredev check out docs?" It looks like @jensens added it, but I don't understand why. If there is a purpose for checking out docs, then it should be updated to the currently developed branch. |
@plone/classicui-team let's move this PR forward. What needs to be done? |
+1 for merging additional information |
``` | ||
|
||
https://github.com/Patternslib/pat-PATTERN_TEMPLATE is a patterns generator and a starting point. | ||
However, it does not provide a plone integration (registering of resources, etc) - this is what the bobtemplates PR is about. https://github.com/plone/bobtemplates.plone/pull/507 |
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.
However, it does not provide a plone integration (registering of resources, etc) - this is what the bobtemplates PR is about. https://github.com/plone/bobtemplates.plone/pull/507 | |
However, it does not provide a plone integration (registering of resources, etc) - this is what the bobtemplates PR is about. https://github.com/plone/bobtemplates.plone/pull/516 |
``` | ||
|
||
In the future: | ||
https://github.com/plone/bobtemplates.plone/pull/507 |
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.
https://github.com/plone/bobtemplates.plone/pull/507 | |
https://github.com/plone/bobtemplates.plone/pull/516 |
Seems to be the one that finally got merged, and I see that since 6.0b14 it's already released, so should we mention to use bobtemplates.plone>6.0
? 🤔
This PR is merely an outline with a bunch of todos, a couple of notes, and a couple of labels added to other files. Although @MrTango self-assigned himself almost 2 years ago there's been no progress since then. I moved the todos into the description of the original issue, and moved other useful bits into other parts of the documentation in #1677. |
How to create a theme to hold the static resources?
Where to put the files?
How to apply / register resources?
I've heard about module federation, does this affect me?
I've heard about Mockup patterns? What's the purpose of patterns? What's about JQuery?