From 9a7e1a0f0b8224755e106ce9075185f070d280ec Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Mon, 5 Jan 2015 21:03:30 +0100 Subject: Also copy javascript sources --- Gruntfile.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + }, ] } } -- cgit v1.2.3-65-gdbad