6
I want to deploy via FTP using Grunt, I saw some tutorials but I don’t know how to configure the Gruntfile.js
nor the task I should use to deploy and also if I need other resources to deploy, such as setting up something on the server.
Someone can help me?
implement
So I’m using the Roots project as a template for my Wordpress site, and the Gruntfile.js
of that project is this: https://github.com/roots/roots/blob/master/Gruntfile.js
I just don’t know how to deploy via FTP, there are tasks for everything I do on Gruntfile.js
less to deploy. This is my project file.
I wanted to know how I use the task to deploy via FTP.
Can you explain better what starts Grunt? is an FTP request? and do you want Grunt to respond after processing? Do you have any concrete examples?
– Sergio
Hi Sergio thanks for answering, I edited the question.
– Gabriel
Gabriel I haven’t figured out exactly what you want. What starts Grunt, what is the destination of what Grunt does? where does FTP enter? starts the process? is the receiver of what Grunt processes? both?
– Sergio