Skip to content

Commit

Permalink
Add devbox and update to latest Gren version.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Oct 14, 2024
1 parent 46546e9 commit 3adc9f2
Show file tree
Hide file tree
Showing 23 changed files with 3,338 additions and 4,052 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ clean:
$(browser_examples):
@echo "Compiling $@"
@cd "./$@/";\
gren make ./src/Main.gren --output=./Example.html
npx gren make ./src/Main.gren --output=./Example.html

$(node_examples):
@echo "Compiling $@"
@cd "./$@/";\
gren make ./src/Main.gren --optimize --output=./app
npx gren make ./src/Main.gren --optimize --output=./app
2 changes: 1 addition & 1 deletion cat/gren.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"source-directories": [
"src"
],
"gren-version": "0.4.0",
"gren-version": "0.4.5",
"dependencies": {
"direct": {
"gren-lang/core": "5.0.0",
Expand Down
Loading

0 comments on commit 3adc9f2

Please sign in to comment.