-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Move mathjax-full to a dev-dependency. #2242 #2244
Conversation
…s not loaded when mathjax is used as a dependency for a node project. Resolves issue #2242
LGTM 😉 |
can mathjax-full be loaded from npm instead of git? |
That would be even better since the package is published on npmjs: https://www.npmjs.com/package/mathjax-full But it might change the release process a little bit because you would have to:
|
you can pin the version i.e |
quick fix for people who need this to be loaded from the npm repo and are using yarn:
|
@chiptus Do you know if there's a workaround for npm? |
…and add get-es5 script to copy the es5 from there rather than building it directly (since it is already included in mathjax-full
I've updated to use the mathjax-full package, as @Mogztter suggested. The We are preparing a v3.0.1 release, and these changes will be used for that version. |
Excellent ! Thanks @dpvc |
Thanks!
…On Fri, 7 Feb 2020, 18:53 Guillaume Grossetie, ***@***.***> wrote:
Excellent ! Thanks @dpvc <https://github.com/dpvc>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2244?email_source=notifications&email_token=AAKRKFZUXWKUDKXSXVZTWV3RBWNYDA5CNFSM4JPERLLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELD6R7Q#issuecomment-583526654>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKRKF7CRVDEMYAJ4RM76U3RBWNYDANCNFSM4JPERLLA>
.
|
Change
mathjax-ful
l dependency to a devDependency, somathjax-full
(and its dependencies) are not loaded whenmathjax
is included in a node project.Resolves issue #2242