FIXED: Grunt Dploy Not Pushing Files
I was trying to set up Grunt to deploy to my development server. According to the output in the terminal all went well. However no files were being uploaded. $>grunt Running “dploy:stage” (dploy) task Connecting to ftp.my-dev-server.com… Checking revisions… Uploading files… [ + ] File uploaded: /Users/MyUser/Sites/my-site-folder/dev/.rev: Upload completed for ftp.my-dev-server.com All Completed 🙂 Take… Read more FIXED: Grunt Dploy Not Pushing Files