Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 520 Bytes

Gulp Sass Automatization

This is a simple gulpfile with a Sass compiler and liveReload functionality

Prerequisites

node and npm.

Instalation

To run this code you need to put the gulpfile.js in your project's root and then run:
npm install gulp-livereload and npm install gulp-sass

Then adjust lines 8, 13, 15, 20 and 21 to the actual file paths that you want to watch in your project.

After this just run the gulpfile.js in your project's root with:
gulp