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

20 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Protzenko 594d4d2bdb Don't assume UTF-8 BOM (fixes #23). 2015-02-11 19:02:58 -08:00
Jonathan Protzenko 662236c88f Don't go into an infinite loop.
(At least don't do it too fast. Killing "while (true) openABrowserTab();" is no
fun at all.)
2015-02-11 18:46:00 -08:00
Michal Moskal 40e1ea45de add content type for TS files 2015-02-09 15:13:06 -08:00
Peli de Halleux 94a30ad6d1 Merge branch 'master' of https://github.com/Microsoft/TouchDevelop 2015-02-08 22:52:31 -08:00
Peli de Halleux 7a5fd5e826 support for writing files to use data path (user home/touchdevelop) in shell.
This is enabled by default in node-webkit apps since nw runs from a random folder on each start.
2015-02-08 22:41:19 -08:00
Jonathan Protzenko 45aa8a40e5 Remove useless reference paths. 2015-02-06 16:06:52 -08:00
Peli de Halleux aed5abb3e5 working version of node-webkit build 2015-02-05 22:50:46 -08:00
Jonathan Protzenko 059a393a69 Make jake parallel, after lots of debugging.
Special thanks to Michal!
2015-02-05 18:03:16 -08:00
Michal Moskal bae1040c50 Make shell run in shell/work, not to pollute top-level directory 2015-02-05 14:58:07 -08:00
Michal Moskal 7137e31197 Fix shell for new dir structure 2015-02-05 14:45:41 -08:00
Peli de Halleux b25b69c31b fixing shell resolution of .css files 2015-02-05 13:47:24 -08:00
Michal Moskal fb4fdeb419 Make the "run.sh" work again 2015-02-05 11:52:01 -08:00
Jonathan Protzenko 6c41b0de55 Move touchdevelop.tgz to build/ 2015-02-05 09:38:28 -08:00
Jonathan Protzenko 774ae1da3d Cleanup part 2: tsc outputs go into [build/].
Also moved the css and stubs tools into their own tools/ directory. Removed a
few files in genStubs that weren't reference anywhere else in the tree.
Simplified the Jakefile a little bit too.
2015-02-04 17:53:03 -08:00
Michal Moskal ab6a5000b7 Fix line endings 2015-02-04 13:41:44 -08:00
Jonathan Protzenko 1bb60b11ea Sprinkle a few more <any>'s to make things compile. Fix the concatenation issue. 2015-02-04 09:09:17 -08:00
Jonathan Protzenko c07c7606e5 Build goes through, but it is still buggy.
(Switched to tsd in the process and fixed various bugs due to the newer, better
node.d.ts)
2015-02-04 08:53:03 -08:00
Jonathan Protzenko 79b2d1e49a Start moving to [tsd]. More troubles ahead... 2015-02-04 08:12:08 -08:00
Jonathan Protzenko d148e8cf74 Current prototype for building with Jake.
- Dependencies are all written down properly.
- There's still bugs in concatenation, so it doesn't quite work, yet.
2015-02-04 08:12:08 -08:00
Jonathan Protzenko 67357ed93f New initial commit. Yay again! 😹 2015-02-04 08:07:58 -08:00