Skip to content

Commit

Permalink
remove gulpfile and demos
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Nov 8, 2023
1 parent 2046686 commit bff759b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 512 deletions.
2 changes: 1 addition & 1 deletion build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ await esbuild.build({
".node":"file"
},
globalName:"MineRender",
plugins: [polyfillNode()],
plugins: [polyfillNode()]
});
setTimeout(() => process.exit(0), 100);
312 changes: 0 additions & 312 deletions demo/model/index.html

This file was deleted.

Loading

0 comments on commit bff759b

Please sign in to comment.