mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
Add in a new build bat for teh windoze
This commit is contained in:
parent
605be21c1a
commit
5766f2e37e
1 changed files with 6 additions and 0 deletions
6
build-all-windows.bat
Normal file
6
build-all-windows.bat
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
anvil
|
||||
|
||||
copy ./lib/standard/postal.* ./example/standard/js
|
||||
copy ./lib/amd/postal.* ./example/amd/js/libs/postal
|
||||
copy ./lib/amd/postal.js ./example/node/client/js/lib
|
||||
copy ./lib/node/postal.js ./example/node/messaging
|
||||
Loading…
Reference in a new issue