Remove Makefile and migrate to NPM scripts (#1135)

* Remove Makefile and migrate to NPM scripts

* Update documentation/.arclint

* Check node version in prestart

* Group test npm scripts into `test:`
This commit is contained in:
ylemkimon
2018-02-07 02:39:24 +09:00
committed by Kevin Barabash
parent 73d80f595c
commit 383a68b935
6 changed files with 19 additions and 112 deletions

View File

@@ -4,10 +4,6 @@
// whose purpose is to generate unicodeSymbols.js in this directory.
// In this way, only this tool, and not the distribution/browser,
// needs String's normalize function.
//
// This tool should be run (via `node unicodeMake.js` or `make unicode`)
// whenever KaTeX adds support for new accents, and whenever
// the Unicode spec adds new symbols that should be supported.
const accents = require('./unicodeAccents');