This is a simple gulpfile with a Sass compiler and liveReload functionality
node
and npm
.
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