mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
Improve build process
Summary: Improve the build process by combining the CSS files, automatically selecting font files to include, and building .tar.gz and .zip files. Test Plan: - Make sure tests work - Make sure huxley screenshots didn't change - Make sure zip and tar.gz files contain only files we want to distribute Reviewers: alpert Reviewed By: alpert Differential Revision: http://phabricator.khanacademy.org/D13159
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<title>Huxley test</title>
|
||||
<script src="/katex.js" type="text/javascript"></script>
|
||||
<link href="/fonts/fonts.css" rel="stylesheet" type="text/css">
|
||||
<link href="/fonts.css" rel="stylesheet" type="text/css">
|
||||
<link href="/katex.css" rel="stylesheet" type="text/css">
|
||||
<style type="text/css">
|
||||
#math, #pre, #post {
|
||||
|
Reference in New Issue
Block a user