Граф коммитов

41 Коммитов

Автор SHA1 Сообщение Дата
Leo Lee (DEVDIV) 42ea89e357 Simplified gulpmain.js 2015-02-02 19:32:19 -08:00
Leo Lee (DEVDIV) 6094ebfa0b move /typescript-util to tools 2015-02-02 18:19:44 -08:00
Leo Lee (DEVDIV) acf34bd2d8 gulp hookup 2015-02-02 18:15:22 -08:00
Leo Lee (DEVDIV) aa4bf1cc20 moved Stylecops to 2015-02-02 11:53:08 -08:00
Leo Lee (DEVDIV) 1ae22b2a47 seamless gulp 2015-02-01 13:31:17 -08:00
Leo Lee (DEVDIV) aff2e45ea6 moved dsdefinition to tools folder 2015-01-31 01:34:10 -08:00
Leo Lee (DEVDIV) 5bbf0e103f Generation of .dts file and made ResourcesManager static 2015-01-31 01:15:13 -08:00
Leo Lee (DEVDIV) 2e42fd0a93 Latest changes 2015-01-30 17:08:53 -08:00
Leo Lee (DEVDIV) 294df730ed hooked up resource utility, moved json to en folder 2015-01-30 00:07:40 -08:00
Leo Lee (DEVDIV) 0e24cd32be Last design:
packagedDepenencies
Bin, src,tools folders under root
2015-01-29 23:33:06 -08:00
Leo Lee (DEVDIV) 68fe1d818e Based on initial feedback, ripped out unnecessary d.ts files, all ts files will be compiled and generate JS binplaced in bin folder.
Structure of bin folder:
├───taco-cli
│   ├───lib
│   ├───taco-cli
│   └───utility
└───utility
2015-01-26 16:53:36 -08:00
Leo Lee (DEVDIV) 1da12fdf6b updated package.json 2015-01-22 22:48:18 -08:00
Leo Lee (DEVDIV) 452fc9d055 logging 2015-01-22 22:21:57 -08:00
Leo Lee (DEVDIV) 19606026f5 update to PrepProject 2015-01-22 22:13:34 -08:00
Leo Lee (DEVDIV) c6ea68841f Cleaned off unncessary js files and added prepProject script 2015-01-22 21:59:52 -08:00
Leo Lee (DEVDIV) 6631033120 missed node.d.ts typing 2015-01-22 17:30:46 -08:00
Leo Lee (DEVDIV) 49f33bf396 cleaned up all StyleCop errors (except one that won't go away) 2015-01-22 16:50:14 -08:00
Leo Lee (DEVDIV) ce7f2591bf Initial project structure 2015-01-21 19:13:35 -08:00
meenakb 3aa0158400 TACO CLI files 2015-01-13 10:38:01 -08:00
meenakb be3a737d36 TACO CLI - intial Checkin 2015-01-13 10:34:38 -08:00
Daniel Lebu c8da17134f Integrated typescript services. 2014-12-17 14:22:07 -08:00
Daniel Lebu 0ca24ded95 Merge branch 'master' of https://hexcordovatools.visualstudio.com/defaultcollection/_git/Hex%20Cordova%20tools 2014-12-10 17:24:46 -08:00
Daniel Lebu 72af70a7db Added TS StyleCop. 2014-12-10 17:24:31 -08:00
Jimmy Thomson cde95744fb iOS remote build is now able to build, simulate, deploy and run to device, and set up debugging pipelines! Again! 2014-12-08 15:08:10 -08:00
Jimmy Thomson a070f1a733 Fixing more oversights shown up by testing the mac side of things. 2014-12-08 11:26:41 -08:00
Jimmy Thomson b26e5766b7 Fixed an issue with initialization and circular dependencies. Turns out I shouldn't cache a value which ends up eventually depending on the current module being loaded. 2014-12-08 10:21:23 -08:00
Jimmy Thomson a66d0fd7d7 Fixing up some typos 2014-12-08 09:43:13 -08:00
Jimmy Thomson b164ae75de Merge branch 'master' of https://hexcordovatools.visualstudio.com/defaultcollection/_git/Hex%20Cordova%20tools 2014-12-08 09:01:55 -08:00
Jimmy Thomson ff09ae3c65 vs-mda-remote should once again be feature complete for iOS builds, including self-test ability. Next step, once I check that it does actually work, is to write some unit tests. 2014-12-08 09:01:44 -08:00
Daniel Lebu f319aaf3d5 Merge branch 'master' of https://hexcordovatools.visualstudio.com/defaultcollection/_git/Hex%20Cordova%20tools 2014-12-04 16:20:58 -08:00
Daniel Lebu 8a3bdb1bd3 Added gulpfile. Cleaned up code. 2014-12-04 12:36:35 -08:00
Jimmy Thomson ba51a34a85 Some more fixes to issues shown up in early testing. 2014-12-01 16:07:49 -08:00
Jimmy Thomson 6d11f125ca Reordered import statements to alphabetical order, and grouped by internal/external dependency, since in a number of places I was using absolute references where I needed relative references. 2014-12-01 15:20:58 -08:00
Jimmy Thomson 829a1ada49 Adding in typings for the express package, which also required that I modify the .gitignore 2014-12-01 15:06:01 -08:00
Jimmy Thomson c25e980315 Updating package.json to include a dependency on typescript, and a prepublish command to compile to js. 2014-12-01 14:55:44 -08:00
Jimmy Thomson e9cbc32fd4 vs-mda-remote should at this point be able to service iOS build requests. There is still a lot of hardcoded strings around, essentially for debugging purposes. 2014-12-01 14:53:44 -08:00
Jimmy Thomson 78e590d601 Initial commit rewriting vs-mda-remote to typescript, which includes some refactoring to allow it to operate on windows as well. 2014-11-25 10:43:39 -08:00
Jimmy Thomson c1440cb4cf Adding a .gitignore file to avoid checking in .map.js, .ntvs_analysis.dat, and node_modules. 2014-11-21 16:14:44 -08:00
Jimmy Thomson c498c704cd First checkin for vs-mda-client command line for communicating with vs-mda-remote.
If invoked with the correct arguments, this will connect to vs-mda-remote, send a build across (Probably failing to do an incremental build) and if the build is for a device and successful, download the ipa ready to be put on a device.
2014-11-21 16:12:46 -08:00
Daniel Lebu 9b79805d1f Test local commit. 2014-11-20 10:19:09 -08:00
Daniel Lebu f357c72212 Typescript compile hook spike. 2014-11-19 17:26:42 -08:00