Add missing compiled version

master
Sven Slootweg 7 years ago
parent 238f44b793
commit b0b0393773

@ -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()];

Loading…
Cancel
Save