You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.
While the Docker images could be convenient, with the insertion of Deno's task runner, recent versions of Lume are able to use instead the execute without install option.
Basically, the deno.json configuration file could be used with Lume as well:
{"tasks": {"build": "deno run -A https://deno.land/x/lume@v1.7.0/ci.ts","serve": "deno task build -- --serve"}}
In that sense, the version is always contained within the project, and all that's needed is to have a recent/compatible Deno version in the path.
The text was updated successfully, but these errors were encountered:
I'm agree. Deno tasks is pretty recent and yet unstable. I'm not sure when it will be stabilized, but I think after a couple of versions (deno 1.22) we could deprecate Docker image.
While the
Docker
images could be convenient, with the insertion ofDeno
's task runner, recent versions ofLume
are able to use instead the execute without install option.Basically, the
deno.json
configuration file could be used withLume
as well:In that sense, the version is always contained within the project, and all that's needed is to have a recent/compatible
Deno
version in the path.The text was updated successfully, but these errors were encountered: