Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

examples/index.js not created by gulp develop #281

Open
duhaime opened this issue May 31, 2018 · 0 comments
Open

examples/index.js not created by gulp develop #281

duhaime opened this issue May 31, 2018 · 0 comments

Comments

@duhaime
Copy link

duhaime commented May 31, 2018

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant