Skip to content

Commit 759ff40

Browse files
committed
Update all examples to 25s
1 parent 1ba64da commit 759ff40

File tree

56 files changed

+2604
-1145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2604
-1145
lines changed

Makefile

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

3636
$(node_examples):
3737
@echo "Compiling $@"
3838
@cd "./$@/";\
39-
npx gren make ./src/Main.gren --optimize --output=./app
39+
npx gren make Main --optimize --output=./app

cat/gren.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"source-directories": [
55
"src"
66
],
7-
"gren-version": "0.5.0",
7+
"gren-version": "0.6.1",
88
"dependencies": {
99
"direct": {
10-
"gren-lang/core": "6.0.0",
11-
"gren-lang/node": "5.0.0"
10+
"gren-lang/core": "7.0.0",
11+
"gren-lang/node": "6.0.0"
1212
},
1313
"indirect": {
14-
"gren-lang/url": "5.0.0"
14+
"gren-lang/url": "6.0.0"
1515
}
1616
}
1717
}
101 KB
Binary file not shown.
33.1 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)