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
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.
The text was updated successfully, but these errors were encountered:
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.
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
orgulp 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.The text was updated successfully, but these errors were encountered: