Open raflores1 opened 8 years ago
@raflores1 yes, you need to run gulp
every time you update your app.js
file. Alternatively, you can use gulp.watch
method. For example: https://github.com/gulpjs/gulp#sample-gulpfilejs
Thank you for your prompt response.
Rafael A. Flores - President T. 787.200.2739 rafael.flores@ensobusiness.com www.ensobusiness.com
From: Artemij Fedosejev notifications@github.com Sent: Friday, December 4, 2015 5:32 PM To: fedosejev/react-essentials Cc: Rafael Flores Subject: Re: [react-essentials] React Dom does not updates (#33)
@raflores1https://github.com/raflores1 yes, you need to run gulp every time you update your app.js file. Alternatively, you can use gulp.watch method. For example: https://github.com/gulpjs/gulp#sample-gulpfilejs
[https://avatars1.githubusercontent.com/u/11273860?v=3&s=400]https://github.com/raflores1
raflores1 (Rafael Flores) raflores1 has 2 repositories written in Ruby, JavaScript, and CoffeeScript. Follow their code on GitHub. Read more...https://github.com/raflores1
Reply to this email directly or view it on GitHubhttps://github.com/fedosejev/react-essentials/issues/33#issuecomment-162087228.
I must have done something wrong, When I make changes in app.js, these changes do not reflect on the index.html as I open it on the browser. The file only updates after I run gulp, so do I have to do that every time I update app.js?