Skip to content

Commit

Permalink
Move imports to deps.ts
Browse files Browse the repository at this point in the history
This allows to skip the bundle to js step
  • Loading branch information
jacoborus committed Mar 12, 2024
1 parent d32b387 commit eeb8c77
Show file tree
Hide file tree
Showing 12 changed files with 217 additions and 10,744 deletions.
12 changes: 1 addition & 11 deletions deno.json
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": {
Expand Down
182 changes: 181 additions & 1 deletion deno.lock

Large diffs are not rendered by default.

Loading

0 comments on commit eeb8c77

Please sign in to comment.