Skip to content

Commit 3adc9f2

Browse files
committed
Add devbox and update to latest Gren version.
1 parent 46546e9 commit 3adc9f2

23 files changed

+3338
-4052
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ clean:
2828
$(browser_examples):
2929
@echo "Compiling $@"
3030
@cd "./$@/";\
31-
gren make ./src/Main.gren --output=./Example.html
31+
npx gren make ./src/Main.gren --output=./Example.html
3232

3333
$(node_examples):
3434
@echo "Compiling $@"
3535
@cd "./$@/";\
36-
gren make ./src/Main.gren --optimize --output=./app
36+
npx gren make ./src/Main.gren --optimize --output=./app

cat/gren.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"source-directories": [
55
"src"
66
],
7-
"gren-version": "0.4.0",
7+
"gren-version": "0.4.5",
88
"dependencies": {
99
"direct": {
1010
"gren-lang/core": "5.0.0",

0 commit comments

Comments
 (0)