diff options
author | Camil Staps | 2015-05-10 22:40:54 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-10 22:40:54 +0200 |
commit | cd510be50148bdd426997b5fd8b1d55b445d7a33 (patch) | |
tree | 0266be1e32c5616635213a95c08a7608a33d8821 /gulpfile.js | |
parent | jquery-cookie (diff) |
Bugfix gulpfile
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
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), |