
Grunt allows you to automate repetitive tasks. In this tutorial, you will create a basic gruntfile which can compile Sass and check JavaScript syntax.
You will need to install Node.js, Grunt cli and Sass on your computer to do this tutorial. To find out how to do this on Mac OS X see here: https://suesdesign.co.uk/install-sass-node-js-and-grunt-on-mac-os-x/ […]