Move deno_std to a more convenient location. (#3057)

js/deps/https/deno.land/std -> js/std
This commit is contained in:
Ryan Dahl 2019-10-04 14:49:32 -04:00 committed by GitHub
parent eecb4fea26
commit ddcad56ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 18 additions and 28 deletions

View file

@ -211,8 +211,8 @@ def run_http(build_dir, new_data):
def bundle_benchmark(deno_exe):
bundles = {
"file_server": "./js/deps/https/deno.land/std/http/file_server.ts",
"gist": "./js/deps/https/deno.land/std/examples/gist.ts",
"file_server": "./std/http/file_server.ts",
"gist": "./std/examples/gist.ts",
}
sizes = {}