mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
Use browserify and "modules"
Reviewers: xymostech Reviewed By: xymostech Differential Revision: http://phabricator.benalpert.com/D37
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,6 +1,6 @@
|
||||
FILES=parser.js style.css build.js index.html
|
||||
|
||||
.PHONY: build ship copy
|
||||
.PHONY: build ship copy watch
|
||||
build: parser.js
|
||||
|
||||
ship: build
|
||||
@@ -13,3 +13,6 @@ copy: build
|
||||
|
||||
parser.js: parser.jison
|
||||
./node_modules/.bin/jison parser.jison
|
||||
|
||||
watch:
|
||||
./node_modules/.bin/watchify MJLite.js --standalone MJLite -o build/MJLite.js
|
||||
|
Reference in New Issue
Block a user