hexo/node_modules/jstoxml/dist.sh

4 lines
130 B
Bash
Raw Normal View History

2023-10-03 11:14:36 +08:00
mkdir dist || true
npx babel jstoxml.js --out-file dist/jstoxml.js
2023-09-25 15:58:56 +08:00
npx uglifyjs dist/jstoxml.js -ecma=5 -o dist/jstoxml-min.js