diff options
| author | jules <jules@okfoc.us> | 2014-01-30 14:51:27 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-30 14:51:27 -0500 |
| commit | 8500432ea7c1b869ffe3b1549b5ff9923343b6b9 (patch) | |
| tree | 1d626c606fcf9070bf03a1cf440843228a300509 /Gruntfile.js | |
| parent | a5f4a5b63a4d281fea382550f334c69c260f4ba6 (diff) | |
copy stock images
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5ef6d87..b4ad093 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -66,7 +66,7 @@ module.exports = function(grunt) { { nonull: true, expand: true, - src: ['instructions.html'], + src: ['instructions.html', 'img/*'], dest: "dist/", }, ] |
