-
Notifications
You must be signed in to change notification settings - Fork 30
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
Split Javascript and Python #2053
base: main
Are you sure you want to change the base?
Conversation
a090e3c
to
a57e167
Compare
Aaand we're conflicted already. :-( |
git mv -k src/fontra/client/core/* src-js/fontra-core/src/ git mv -k src/fontra/client/web-components/* src-js/fontra-webcomponents/src git mv -k src/fontra/client/* src-js/fontra-core/assets/ git mv -k src/fontra/views/applicationsettings/*js src-js/views-applicationsettings/src/ git mv -k src/fontra/views/applicationsettings/*html src-js/views-applicationsettings/ git mv -k src/fontra/views/editor/*js src-js/views-editor/src/ git mv -k src/fontra/views/editor/*html src-js/views-editor/ git mv -k src/fontra/views/editor/*css src-js/views-editor/assets/ git mv -k src/fontra/views/fontinfo/*js src-js/views-fontinfo/src/ git mv -k src/fontra/views/fontinfo/*html src-js/views-fontinfo/ git mv -k src/fontra/views/fontoverview/*js src-js/views-fontoverview/src/ git mv -k src/fontra/views/fontoverview/*html src-js/views-fontoverview git mv -k src/fontra/views/fontoverview/*css src-js/views-fontoverview/assets/
a57e167
to
3d82c3b
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.
So far the only problem I encountered is with the applicationsettings
view: it gets a 404.
@justvanrossum Try now. |
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! As far as I can see everything works now, and the code looks good, too.
I will merge as soon as googlefonts/fontra-rcjk#224 is functional, and Fontra Pak has been sorted out.
Fontra Pak: googlefonts/fontra-pak#156 |
Implements #1952.