Move Chosen images to the right directory and put back JS files in head

This commit is contained in:
Frederic Guillot
2016-05-15 13:00:53 -04:00
parent 70c1df14db
commit 108e867605
4 changed files with 6 additions and 5 deletions

View File

@@ -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() {