Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 870 Bytes

File metadata and controls

17 lines (13 loc) · 870 Bytes

CoffeeScript + Sass + Grunt

I've wrote this tutorial as a learning process when I forced myself to learn CoffeeScript. Since CoffeeToaster was discontinued, I decided to go with Grunt. I tried to keep this as simple as possible. 😁 There is no logic in the code inside the .coffee and .sass files as they are filled with random stuff just for the purpose of compiling "something".

Getting Started

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins.

Install all dependencies in your package.json

npm install 

Run local Gruntfile

grunt