sheetjs/demos/systemjs/Makefile

8 lines
113 B
Makefile

.PHONY: test ctest
test:
cp ../../dist/xlsx.full.min.js .
node test.node.js
ctest:
python -mSimpleHTTPServer