Grunt

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

Dploy Error Bad Object How To Resolve

dploy, is a really useful way to deploy websites using FTP/SFTP and git from the command line. Error: Command failed: /bin/sh -c git diff … fatal: bad object While setting up your local working environment to use dploy, you may encounter a stubborn error related to a supposed bad object resulting from when dploy attempts… Read more Dploy Error Bad Object How To Resolve

How To Fix: “Errno::ENOENT: No such file or directory @ rb_sysopen – undefined” Grunt Error

While setting up a grunt.js file, I ran into the following stubborn error. Running “sass:dist” (sass) task Errno::ENOENT: No such file or directory @ rb_sysopen – undefined Use –trace for backtrace. After having Googled several solutions to the problem. I ended up updating my Ruby and uninstalling and re-installing nodejs among other things. It turns… Read more How To Fix: “Errno::ENOENT: No such file or directory @ rb_sysopen – undefined” Grunt Error