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.
12345678910 |
- @cd ..
- @cd ..
-
- @ECHO building card.js
- @CALL node node_modules/typescript/bin/tsc generator/js/card.ts -t ES6 -sourcemap -d --out generator/js/card.js
-
- @ECHO building ui.js
- @CALL node node_modules/typescript/bin/tsc generator/js/ui.ts -t ES6 -sourcemap -d --out generator/js/ui.js
-
- @PAUSE
|