summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 2f96cb36..97c61fbe 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -123,7 +123,7 @@ gulp.task('vendor', function() {
.pipe(gulp.dest(dist.css + 'images/'));
gulp.src('bower_components/chosen/*.png')
- .pipe(gulp.dest(dist.img + ''));
+ .pipe(gulp.dest(dist.css + ''));
});
gulp.task('js', function() {