Skip to content

Commit

Permalink
replace nekotools server with simple http-server (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Sep 26, 2024
1 parent aa1473c commit e92caad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Make.hx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ function main() {
Sys.command("npx lix run dox -o bin/pages -i bin/xml --include dox -D source-path https://github.com/HaxeFoundation/dox/tree/master/test");

case "server":
Sys.setCwd("bin/pages");
Sys.command("nekotools server");
Sys.command("npx http-server bin/pages -c-1");

case "package":
Sys.command("7z a -i!run.n -i!run.js -i!resources -i!themes -i!src -i!haxelib.json -i!README.md -i!LICENSE.md -i!CHANGELOG.md bin/haxelib.zip");
Expand Down

0 comments on commit e92caad

Please sign in to comment.