Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #574 from janissbinder/533
Browse files Browse the repository at this point in the history
fix Missing images in build folder #533
  • Loading branch information
almeidap authored Nov 30, 2017
2 parents 0b23d77 + 1707f9a commit 0f00355
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 0f00355

Please sign in to comment.