Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

make.bat 272B

1234567
  1. @ECHO building card.js
  2. @CALL node node_modules/typescript/bin/tsc generator/js/card.ts -t ES6 -sourcemap -d --out generator/js/card.js
  3. @ECHO building ui.js
  4. @CALL node node_modules/typescript/bin/tsc generator/js/ui.ts -t ES6 -sourcemap -d --out generator/js/ui.js
  5. @PAUSE