aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-05 21:02:02 +0100
committerAlex Legler <alex@a3li.li>2015-01-05 21:02:02 +0100
commit0662b9bf82d9322b4039186b6f0201f9ff1a32b7 (patch)
treed67d4608f5c66eaf773fd31f06cb8510ebd0fc38
parentFix last font paths (diff)
downloadtyrian-theme-0662b9bf82d9322b4039186b6f0201f9ff1a32b7.tar.gz
tyrian-theme-0662b9bf82d9322b4039186b6f0201f9ff1a32b7.tar.bz2
tyrian-theme-0662b9bf82d9322b4039186b6f0201f9ff1a32b7.zip
Copy images as well
-rw-r--r--Gruntfile.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 716f841..a7b4797 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -60,6 +60,15 @@ module.exports = function(grunt) {
expand: true,
flatten: true
},
+ {
+ cwd: 'sources/img/',
+ src: [
+ '*.*'
+ ],
+ dest: 'assets/',
+ expand: true,
+ flatten: true
+ },
]
}
}