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

remove symlink to support devs using Windows #1090

Merged
merged 1 commit into from
Jan 29, 2018
Merged

Conversation

kevinbarabash
Copy link
Member

@kevinbarabash kevinbarabash commented Jan 25, 2018

This fixes #1052. KaTeX/katex-fonts#10 should also be reviewed and merged before merging this change.

Test Plan:

  • npm run prepublishOnly
  • see that it puts the fonts in the correct folders in build

@@ -1,62 +0,0 @@
@font-folder: "fonts";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file has been moved to KaTeX/katex-fonts. See KaTeX/katex-fonts#10.

@kevinbarabash
Copy link
Member Author

This will unblock #1078.

Copy link
Member

@ylemkimon ylemkimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -54,7 +54,7 @@
},
"bin": "cli.js",
"scripts": {
"lint": "eslint katex.js katex.webpack.js cli.js webpack.common.js webpack.config.js webpack.dev.js src test contrib dockers && stylelint static/fonts.less static/katex.less",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make a separate PR to https://github.com/KaTeX/katex-fonts to lint fonts.less now that it's living in that repo.

@kevinbarabash kevinbarabash merged commit bf080cd into master Jan 29, 2018
@kevinbarabash
Copy link
Member Author

@ylemkimon thanks for the review. :)

@kevinbarabash kevinbarabash deleted the no_symlinks branch January 29, 2018 04:02
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

Successfully merging this pull request may close these issues.

Trouble with fonts in local build due to symlink
2 participants