Make build/katex.less.css
depend on static/fonts.less
Before, it only depended on `static/katex.less`. Now, make it a little less general and depend on all less files, in case we add more in the future. Auditors: alpert
This commit is contained in:
parent
2ab14ea224
commit
a2f81d9d73
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ build/katex.js: katex.js $(wildcard src/*.js)
|
|||
build/katex.min.js: build/katex.js
|
||||
./node_modules/.bin/uglifyjs --mangle --beautify ascii_only=true,beautify=false < $< > $@
|
||||
|
||||
build/%.less.css: static/%.less
|
||||
build/katex.less.css: static/katex.less $(wildcard static/*.less)
|
||||
./node_modules/.bin/lessc $< $@
|
||||
|
||||
build/katex.min.css: build/katex.less.css
|
||||
|
|
Loading…
Reference in New Issue
Block a user