Compare commits

...

2 Commits

@ -6,7 +6,9 @@ var livereloadPartial = require("@joepie91/gulp-partial-livereload");
var cache = require("gulp-cached");
var sass = require("gulp-sass");
module.exports = function (options) {
module.exports = function () {
var options = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
var cacheKey = options.cacheKey != null ? options.cacheKey : "preset";
var streamList = [cache(cacheKey), sass()];

@ -1,6 +1,6 @@
{
"name": "@joepie91/gulp-preset-scss",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Gulp preset for SCSS stylesheets",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save