hung-phan / generator-rails-react-webpack

Integrate Ruby on Rails with React.js and Webpack
56 stars 9 forks source link

Gulp-LiveReload x Guard #9

Closed jonathan-soifer closed 8 years ago

jonathan-soifer commented 8 years ago

Hi,

Have you ever considered using Gulp in this Workflow? Is there any obvious reason why you wouldn't?

hung-phan commented 8 years ago

I have gulp in this workflow, see gulpfile.js. Maybe, it is not what you expect like css preprocessor, for example.

jonathan-soifer commented 8 years ago

Sorry, I meant using Gulp-LiveReload as opposed to Guard.

hung-phan commented 8 years ago

Yes, could be an option. But I already rely on webpack for its hot module replacement for js code. Yes, there are still limitations with the css. Currently, I use the guard for the css only, if that what you mean.

jonathan-soifer commented 8 years ago

Yup, thank you for your time! I'll be joining the hundreds (thousands?) of users :+1: