-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows to skip the bundle to js step
- Loading branch information
Showing
12 changed files
with
217 additions
and
10,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,7 @@ | ||
{ | ||
"tasks": { | ||
"bundle-assets": "deno run --allow-read --allow-write src/bundle-assets.ts", | ||
"bundle": "deno bundle --config deno.json estilo.ts dist/estilo.js", | ||
"install": "deno task bundle-assets && deno task bundle && deno install --allow-read --allow-write --allow-net --allow-env dist/estilo.js" | ||
}, | ||
"imports": { | ||
"eta": "https://deno.land/x/[email protected]/mod.ts", | ||
"fs": "https://deno.land/[email protected]/fs/mod.ts", | ||
"path": "https://deno.land/[email protected]/path/mod.ts", | ||
"yaml": "https://deno.land/[email protected]/yaml/mod.ts", | ||
"cliffy-prompt": "https://deno.land/x/[email protected]/prompt/mod.ts", | ||
"cliffy-command": "https://deno.land/x/[email protected]/command/mod.ts", | ||
"hexterm": "https://deno.land/x/[email protected]/src/hexterm.ts" | ||
"install": "deno task bundle-assets && deno install --allow-read --allow-write --allow-net --allow-env estilo.ts" | ||
}, | ||
"test": { | ||
"files": { | ||
|
Oops, something went wrong.