Skip to content

Commit 3e3d655

Browse files
committed
Merge branch 'halogen-update' of github.com:srghma/js-framework-benchmark into srghma-halogen-update
2 parents 0bef4c3 + 1b43f68 commit 3e3d655

File tree

8 files changed

+1639
-118
lines changed

8 files changed

+1639
-118
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<title>Halogen v7.0.0</title>
66
<link href="/css/currentStyle.css" rel="stylesheet" />
77
</head>
88
<body>
9-
<script src="output/bundle.js"></script>
9+
<script src="output-es/bundle.js"></script>
1010
</body>
1111
</html>

frameworks/non-keyed/halogen/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"postinstall": "spago install",
1212
"clean": "rm -rf output output-es .spago node_modules",
1313
"build": "spago build",
14-
"build-prod": "spago build && purs-backend-es bundle-app --no-build --to output/bundle.js"
14+
"build-unoptimized": "spago build && spago bundle --outfile output/bundle.js",
15+
"build-prod": "spago build && purs-backend-es bundle-app --to output-es/bundle.js"
1516
},
1617
"keywords": [
1718
"purescript",
@@ -25,9 +26,9 @@
2526
"url": "https://github.com/krausest/js-framework-benchmark.git"
2627
},
2728
"devDependencies": {
28-
"purescript": "^0.15.8",
29-
"purs-backend-es": "^1.3.1",
30-
"spago": "^0.20.9",
31-
"esbuild": "^0.17.11"
29+
"purescript": "^0.15.15",
30+
"purs-backend-es": "^1.4.3",
31+
"spago": "next",
32+
"esbuild": "^0.25.1"
3233
}
3334
}

frameworks/non-keyed/halogen/packages.dhall

Lines changed: 0 additions & 9 deletions
This file was deleted.

frameworks/non-keyed/halogen/spago.dhall

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)