I wanted to take a look at #248 and thought I'd get started by loading up the examples locally. However, examples/example.html attempts to load examples/index.js, and that file is not present in examples.
An inline note in examples/example.html indicates that examples/index.js is created by grunt develop but I'm not seeing it:
<!-- Running gulp develop will create this file -->
<script src="./index.js"></script>
Yales-MacBook-Pro:react-infinite yaledhlab$ gulp develop
[10:26:15] Using gulpfile ~/Desktop/react-infinite/gulpfile.js
[10:26:15] Starting 'watch-develop-bundle'...
[10:26:15] Finished 'watch-develop-bundle' after 30 ms
[10:26:15] Starting 'server'...
[10:26:15] Webserver started at http://localhost:8080
[10:26:15] Finished 'server' after 12 ms
[10:26:15] Starting 'develop'...
[10:26:15] Finished 'develop' after 12 ms
[2018-05-31T10:26:16-04:00] Browserify bundle refreshed
[10:26:16] Development bundle all files 218.16 kB # gulp stops generating files here
^C
Yales-MacBook-Pro:react-infinite yaledhlab$ ls examples/index.js
ls: examples/index.js: No such file or directory
If I'm missing something please just say the word!
I wanted to take a look at #248 and thought I'd get started by loading up the examples locally. However,
examples/example.html
attempts to loadexamples/index.js
, and that file is not present inexamples
.An inline note in
examples/example.html
indicates thatexamples/index.js
is created bygrunt develop
but I'm not seeing it:If I'm missing something please just say the word!