aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorCamil Staps2015-05-10 22:40:54 +0200
committerCamil Staps2015-05-10 22:40:54 +0200
commitcd510be50148bdd426997b5fd8b1d55b445d7a33 (patch)
tree0266be1e32c5616635213a95c08a7608a33d8821 /gulpfile.js
parentjquery-cookie (diff)
Bugfix gulpfile
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
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),