This is a project to be used as a live demo of SASS during my presentation of Less & SASS.
#Setup
- Download and install NodeJS from https://nodejs.org/en/ (Make sure "Add to PATH" is selected in installation).
- Open up PowerShell or command prompt and go to the root folder of this project (where this readme-file is located).
- Type "npm install -g gulp" to install GULP globally on your computer.
- Type "npm install" and all packages in packages.json will be installed.
- Type "gulp" and GULP starts listening to changes in assets/sass folder.
- Restart any applications as well as command prompt in order to use GULP properly.