dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/chroma-js/docs/Makefile
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

10 lines
256 B
Makefile

all:
cat src/index.md ../CHANGELOG.md > tmp.md
../node_modules/.bin/markdown -f gfm -s src/index.css tmp.md --title "chroma.js api docs!" > index.html
bin/post-process
rm tmp.md
preview:
../node_modules/.bin/http-server
# python -m SimpleHTTPServer