File tree 3 files changed +13
-6
lines changed
examples/infinity-scrolling/bin
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -90,3 +90,9 @@ func main() {
90
90
91
91
92
92
For more complex examples, refer to the ` examples ` directory.
93
+
94
+ # Development
95
+
96
+ In order to have ` live-reload ` working the following chrome extension is needed to be installed:
97
+
98
+ [ https://github.com/chris-ramon/live-reload ] ( https://github.com/chris-ramon/live-reload )
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ touch ~ /.config/google-chrome/Default/Extensions/live-reload/RELOADME
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # pushd examples/infinity-scrolling
4
-
5
- # if [ -e ./bin/on_reload.sh ]
6
- # then
7
- # ./bin/on_reload.sh
8
- # fi
3
+ if [ -e ./bin/on_reload.sh ]
4
+ then
5
+ ./bin/on_reload.sh
6
+ fi
9
7
10
8
go run main.go
You can’t perform that action at this time.
0 commit comments