Closed thomaslwq closed 6 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!~
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.
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."
Hi,I add gulp for this project and hoping the project will become better