sheetjs/Makefile

17 lines
683 B
Makefile
Raw Normal View History

2017-03-16 04:39:50 +00:00
.PHONY: update
update:
git show master:dist/cpexcel.js > dist/cpexcel.js
git show master:dist/xlsx.core.min.js > xlsx.core.min.js
git show master:dist/xlsx.full.min.js > xlsx.full.min.js
2017-03-20 21:57:44 +00:00
git show master:xlsx.js > xlsx.js
2017-03-25 22:38:26 +00:00
git show master:jszip.js > jszip.js
git show master:jszip.js > tests/jszip.js
git show master:shim.js > shim.js
2017-03-23 01:56:21 +00:00
git show master:shim.js > tests/shim.js
2017-03-20 21:57:44 +00:00
git show master:tests/core.js > tests/core.js
git show master:tests/fixtures.js > tests/fixtures.js
git show master:tests/fs_.js > tests/fs_.js
git show master:tests/mocha.css > tests/mocha.css
git show master:tests/mocha.js > tests/mocha.js
git show master:tests/xhr-hack.js > tests/xhr-hack.js