The front end uses gulp to write a simple automated node script

the project uses svn version management, how to use gulp or other front-end tools to achieve svn download and upload? At the same time, use gulp to upload ftp files to make the whole process one click, do you have any good packages and ideas to provide? Learn

Dec.25,2021

https://www.npmjs.com/package.


it is not recommended to use gulp to do too many extra things. For example, in addition to the front-end workflow work: version management, file upload and so on.

you can change your way of thinking and start a test server locally to solve the problem. File upload is not required because the test server is local. Version management can take advantage of

The

editor plug-in does some visualization, but don't make it fully scripted to control automatic execution.

Menu