diff --git a/Gruntfile.js b/Gruntfile.js index 1f01d6e..0f20508 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,6 +45,11 @@ module.exports = function(grunt) { dest: 'build/', flatten: true, expand: true + }, { + src: 'src/img/*.*', + dest: 'build/img/', + flatten: true, + expand: true }, { src: 'src/js/analytics.js', dest:'build/js/',