StephenGrider / ReactStarter

https://www.udemy.com/learn-and-understand-reactjs/
204 stars 186 forks source link

gulp does not build a new main.js when changing src/app.jsx #9

Open stabenfeldt opened 8 years ago

stabenfeldt commented 8 years ago

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. :-)

rgommezz commented 8 years ago

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.

stabenfeldt commented 8 years ago

@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?

StefanHinck commented 8 years ago

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.