Skip to content

Commit

Permalink
GUI images are copied to dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
patik committed May 2, 2015
1 parent b0fe578 commit 1628770
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ module.exports = function(grunt) {
dest: 'dist/',
filter: 'isFile',
},
images: {
expand: true,
cwd: 'src/',
src: ['gui/about/images/*.png'],
dest: 'dist/',
filter: 'isFile',
},
},

watch: {
Expand Down

0 comments on commit 1628770

Please sign in to comment.