aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-05 21:03:30 +0100
committerAlex Legler <alex@a3li.li>2015-01-05 21:03:30 +0100
commit9a7e1a0f0b8224755e106ce9075185f070d280ec (patch)
tree18b070d254569181855575a7fb9722d663f759a3
parentAdd retina.js (diff)
downloadtyrian-theme-9a7e1a0f0b8224755e106ce9075185f070d280ec.tar.gz
tyrian-theme-9a7e1a0f0b8224755e106ce9075185f070d280ec.tar.bz2
tyrian-theme-9a7e1a0f0b8224755e106ce9075185f070d280ec.zip
Also copy javascript sources
-rw-r--r--Gruntfile.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index a7b4797..4154ea8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -69,6 +69,15 @@ module.exports = function(grunt) {
expand: true,
flatten: true
},
+ {
+ cwd: 'sources/js/',
+ src: [
+ '*.*'
+ ],
+ dest: 'assets/',
+ expand: true,
+ flatten: true
+ },
]
}
}