Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browserify Gulp task never completes #2

Open
edmelly opened this issue Oct 16, 2015 · 1 comment
Open

Browserify Gulp task never completes #2

edmelly opened this issue Oct 16, 2015 · 1 comment

Comments

@edmelly
Copy link

edmelly commented Oct 16, 2015

I love this tutorial, it has single-handedly made me understand Flux and how to best structure React apps. So, thanks!

I can't actually compile though: when on the master branch locally, running gulp or gulp browserify never completes, just sits in the terminal ad infinitum. I'm pretty sure I've got all the right dependencies etc. and it's all set up correctly. I don't get an error message or anything helpful, so apologies if this is too vague.

@MIJOTHY
Copy link
Owner

MIJOTHY commented Oct 17, 2015

Hey there, glad you found the tutorial useful.

Are the files correctly being built into the build folder?
Basically the gulp task is set to continually run in the background, as it watches the src folder for any changes. So, if you run it once, it won't 'end', as it will build and then sit waiting for any changes. Once some changes occur, it will rebuild for you.

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

No branches or pull requests

2 participants