From cd510be50148bdd426997b5fd8b1d55b445d7a33 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 10 May 2015 22:40:54 +0200 Subject: Bugfix gulpfile --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index a3c28e1..23b113c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -92,6 +92,7 @@ gulp.task('styles', function() { return file; } }})) + .pipe(changed(dst, { destination: 'style.css' })) .pipe(gulpif(isBootswatchFile, foreach(function(stream, file) { var themeName = path.basename(path.dirname(file.path)), content = replaceAll(baseContent, bootswatch_theme, themeName), -- cgit v1.2.3