Skip to content

Commit

Permalink
fix Missing images in build folder swiss#533
Browse files Browse the repository at this point in the history
  • Loading branch information
bihorco36 committed Nov 2, 2017
1 parent 069fbb9 commit 1707f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ gulp.task('scripts', function() {
* Copy images to build
*/
gulp.task('build-images', function() {
return gulp.src(['src/assets/img/**'])
return gulp.src(['src/assets/img/**', 'node_modules/blueimp-gallery/img/**'])
.pipe(gulp.dest(config.framework.dest + '/img'));
});

Expand Down

0 comments on commit 1707f9a

Please sign in to comment.