Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support local files #3

Closed
eliassjogreen opened this issue Mar 12, 2020 · 2 comments
Closed

Support local files #3

eliassjogreen opened this issue Mar 12, 2020 · 2 comments

Comments

@eliassjogreen
Copy link
Contributor

It's me again. I would love support for locally built files for using deno-plugin-prepare in development but because fetch doesn't support local fetching of files it throws the following:

error: Uncaught TypeError: scheme 'file' not supported
@manyuanrong
Copy link
Owner

I don't think there is a problem supporting local files, but it doesn't seem to make much sense. This is just convenient for debugging during development。

I think what you want is this. It will be more convenient
https://github.com/manyuanrong/deno_mongo/blob/master/build.ts

@eliassjogreen
Copy link
Contributor Author

Although that build script wouldn't work anymore now that there is multi-file support because of the checksum part of the filename. I could use the checksum for the release url but that just seems like a lot of work each time you release a new version.

manyuanrong added a commit that referenced this issue Mar 14, 2020
closes #1  #3 
support local files
support disable log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants