Commit graph

77 commits

Author SHA1 Message Date
Ry Dahl af61dbed87 Upgrade node_modules, change tagline, clean up root directory (#3247)
* Upgrade node_modules
* Simplify tagline
* Move gclient_config.py out of root
* Move package.json to tools
* Remove yarn.lock
* Remove CONTRIBUTING.md
2019-10-31 19:33:27 -07:00
Ry Dahl 14713adca5
Rename Github Actions workflow (#3238) 2019-10-29 17:07:15 -04:00
Ryan Dahl aa34c1df6a Use github action badges (#3056) 2019-10-03 18:26:48 +02:00
Ryan Dahl 12753e492f
Website updates (#1984) 2019-03-22 11:34:47 -04:00
Ryan Dahl e23d0b3452 Improve tagline in README (#1881) 2019-03-04 21:01:32 -08:00
William Fortin d426d78ae7 Fix broken link to API reference (#1838)
Add missing trailing slash https://deno.land/typedoc/
2019-02-26 03:54:57 -05:00
Ryan Dahl e109941bd2 Improve readme (#1822) 2019-02-21 20:22:44 -08:00
Ryan Dahl 9076592a31
Improve README (#1815) 2019-02-19 23:25:52 -05:00
Ryan Dahl a4dec944bc
web design (#1728) 2019-02-11 17:41:13 -05:00
Tim van der Lippe c7b53125c3 Improve build instructions (#1593) 2019-01-31 13:00:17 -05:00
Dmitry Sharshakov 7c4265159a Change subtitle to 'A new way to JavaScript' (#1603) 2019-01-28 11:54:09 -05:00
Dmitry Sharshakov 2a69abdefd Readme: Use shell installer (#1598) 2019-01-27 10:16:47 -05:00
Ryan Dahl 904c69c4c6 Add some links to website 2019-01-10 18:13:48 +01:00
Mark Tiedemann 028d8e4d90 Add Scoop installation command to README.md (#1467) 2019-01-05 16:11:57 -05:00
Kyra a05d9aaead doc: Remove TS and V8 versions from README file (#1258) 2018-11-30 22:36:48 -08:00
Ryan Dahl 3597d6859c Use short install links. 2018-11-17 09:02:31 +08:00
Steven Liekens 65c3abcd40 Use https for the demo
Without HTTPS it might be possible for a MITM to inject arbitrary code into the "thumb.ts" response which Deno would then execute.
2018-11-11 06:24:06 -08:00
Ryan Dahl a18e51fd61
build: Use target/ instead of out/ (#1153) 2018-11-08 10:38:20 -08:00
Antoine du Hamel 00082352e9 doc: update TS and V8 version in README file
Refs: https://github.com/denoland/deno/pull/980
Refs: https://github.com/denoland/deno/pull/1041
2018-10-25 16:40:22 -07:00
Ryan Dahl b5d7e38f9b Add Docs.md
Remove stuff from Roadmap that has been implemented.
2018-10-19 21:36:07 -04:00
Amos Lim 15590a0cde Specify deno_dir location with env var DENO_DIR (#970)
(Use C:\deno instead of c:\deno in appveyor config because it's cloned to c:\ by clone_folder variable in .appveyor.yml. On the other hand, build directory is pointed to C:\ by $(APPVEYOR_BUILD_FOLDER) so that test targets are placed on separated partitions.)
2018-10-15 12:08:19 -04:00
Bert Belder 04b625054a
readme: fix formatting error 2018-10-05 20:31:16 +02:00
Yingbo (Max) Wang 1023202634
Update instructions on using ./tools/format.py in README 2018-10-04 02:16:54 -07:00
Bert Belder b9cdf088e7
format 2018-10-04 02:03:29 -07:00
Bert Belder 8ca082c508
tools/format: format markdown files with prettier 2018-10-04 02:02:23 -07:00
Eric Lewis f51903f773 Add top-level await issue link to readme (#860) 2018-09-30 11:01:08 -04:00
Nisheet Sinvhal 50b8935a1f
Better build instructions for windows
Fixes #802.
2018-09-27 17:34:20 -07:00
Ryan Dahl ef41a1ab2b Add benchmark descriptions. 2018-09-27 05:00:23 -04:00
Ryan Dahl 7a4ad045b1
Update README and Roadmap. (#799) 2018-09-22 08:43:44 -04:00
Yoshiya Hinosawa 8020f5fc0b docs: add contributing guide 2018-09-09 12:08:40 -04:00
Ryan Dahl 7784b0e17e Move installer to its own repo.
https://github.com/denoland/deno_install

1. This allows the installer to use a more aggressive CI build matrix
   with different version of python.

2. Running the installer during tools/test.py artificially inflates our
   download stats.

3. Running the installer during tools/test.py makes the test script
   dependent on having an internet connection.

4. Running the installer during tools/test.py introduces a race
   condition during release - where it tries and fails to download the
   latest release in build process that should be uploading that release.
2018-09-06 10:22:15 -04:00
Ryan Dahl 32f0c37a42 Format 2018-09-05 22:27:47 -04:00
Mirko Jotic 3d063223cc Add release installer (#639) 2018-08-31 20:55:04 -04:00
Mohammed Salman 131a44f559 typo 2018-08-29 10:34:03 +02:00
Ryan Dahl 1cf4bc5ca1 Show mac in build table. 2018-08-27 17:51:24 -04:00
Ryan Dahl 1355803849 Update Readme with link to releases. 2018-08-23 19:03:35 +02:00
C. K. Tang 8aa0408671 Readme: specify build deps more carefully (#547) 2018-08-19 15:25:09 -04:00
Ryan Dahl 81b042c8db
Rename :all target to :default 2018-08-18 01:09:48 +02:00
Ryan Dahl 2830023f65 Fix badges
Add gitter link.
2018-08-03 10:28:02 -04:00
Ryan Dahl d63e03a8e7 Use build.py -j2 on travis.
Avoids OOM during rollup.
2018-08-02 23:12:49 -04:00
Ryan Dahl d8b68648d1 Update repo links to denoland. 2018-08-02 23:12:49 -04:00
Ryan Dahl 3e5e07289e Update README 2018-08-02 17:16:24 -04:00
Karl Horky 2adc9bd580 Update protobuf link to flatbuffer
Ref: https://github.com/ry/deno/pull/330
2018-08-01 14:59:37 -04:00
Kitson Kelly 36fa1cea4a Upgrade TypeScript (3.0.1)
Update runtime to use lib.deno.d.ts

Add proper console declaration

Upgrade prettier (There was an issue formatting lib.deno.d.ts)
2018-07-31 20:47:49 -04:00
Ryan Dahl db65c723ae Rename run_hooks.py to setup.py
Moves 'gn gen' into setup.py

Make tools/build.py more ergonomic.
2018-07-29 00:24:16 -04:00
Ryan Dahl 0875411267
Add tools/build.py (#398)
To allow better tab completion for ./tools/build.py
mv build_third_party.py sync_third_party.py
2018-07-24 13:42:23 -04:00
Ryan Dahl 5d1cb54261 Add deno_third_party as git submodule. 2018-07-21 13:04:11 -04:00
Mike Reinstein ed9acaec7d update v8 version in readme to match reality 2018-07-14 21:40:25 -04:00
Ryan Dahl bcdd917d79 Fix command in README 2018-07-07 17:40:59 -04:00
Ryan Dahl 41328d796e Improve README 2018-07-06 10:46:30 -04:00