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

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

@duhaime

Description

@duhaime

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions