Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #165 from alamboley/patch-3
Browse files Browse the repository at this point in the history
Put back nape from a compatible Haxe 4 version
  • Loading branch information
notboring authored Aug 25, 2019
2 parents 24ebf54 + 8b2f2a2 commit 35af2a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.hxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-cmd haxelib newrepo
-cmd haxelib install perf.js || true
-cmd haxelib install nape-haxe4 || true
-cmd haxelib install msignal || true
-cmd haxelib install actuate || true
-cmd haxelib install chxdoc || true
Expand Down Expand Up @@ -47,6 +48,11 @@
-main dragging.Main
-js samples/output/dragging.js

--next
-main nape.Main
-js samples/output/nape.js
-lib nape-haxe4

--next
-main rope.Main
-js samples/output/rope.js
Expand Down Expand Up @@ -125,4 +131,4 @@

--next
-main scaletest.Main
-js samples/output/scaletest.js
-js samples/output/scaletest.js

0 comments on commit 35af2a7

Please sign in to comment.