Skip to content

This is a gulpfile with a Sass compiler and liveReload functionality

Notifications You must be signed in to change notification settings

tetzgabriel/gulpSassAutomatization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a gulpfile with a Sass compiler and liveReload functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published