ReactStarter
ReactStarter copied to clipboard
gulp does not build a new main.js when changing src/app.jsx
Changes to app.jsx is not propagated to main.js
Here is a 30 seconds screencast that demonstrates the bug: https://www.youtube.com/watch?v=rZRis6jUa8g Please have a look and update the gulpfile so it's working. :-)
I am experiencing the same issue. Every time I make a change inside app.jsx, the update event does not trigger and main.js is not being rebundled. Apart from that, livereload seems to not work for me at all.
@StephenGrider This sucks! It's impossible to complete your course when the code you provide as a starting point does not work! :-1:
Would providing a package.json
with versions your know work together fix the problem?
Same problem here, Gulp does not Livereload, and even killing it and running gulp again doesnt always show changes.
Not sure where to go from here.