Automating Tasks with Grunt.js

I’ve recently started using Grunt.js (JavaScript Task runner) to take care of automating tasks in my Web development Workflow. One I’ve started doing recently is setting up Grunt.js to compile Sass files to Css files automatically. Today I found a great article on how to accomplish this from SitePoint. It’s a great article and be sure to check it out if you’re using Grunt.js in your workflow.