You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
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 --><scriptsrc="./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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: