mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
Move deno_std to a more convenient location. (#3057)
js/deps/https/deno.land/std -> js/std
This commit is contained in:
parent
eecb4fea26
commit
ddcad56ee9
14 changed files with 18 additions and 28 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue