jpsierens / webpack-react-redux

A boilerplate for playing around with react, redux and react-router with the help of webpack.
MIT License
599 stars 196 forks source link

Add gulp function #27

Closed thomaslwq closed 6 years ago

thomaslwq commented 7 years ago

Hi,I add gulp for this project and hoping the project will become better

helb commented 7 years ago

@thomaslwq Hi Thomas, what's the purpose of adding Gulp here?

Maybe i'm missing something, but it looks to me that your gulp config just runs webpack and zips the output (which can be done easily in a npm script with eg. bestzip).

Thanks!~

thomaslwq commented 7 years ago

With the help of gulp,it can do more thatn just zip. In my further plan,i will add the deploy function for it,which means,once you run the command,for example, "gulp delpoy",it will deploy the project direct to the server.

jpsierens commented 6 years ago

Thanks, but this goes out of the scope of the project "A boilerplate for playing around with react, redux and react-router with the help of webpack."