From 44172e2cdc78f150c1418e3cd611019bd1557ee0 Mon Sep 17 00:00:00 2001 From: Garren Smith Date: Fri, 15 Apr 2016 19:54:34 +0200 Subject: [PATCH] copy dashboard.assets in release --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index f4ccec8f8..39ed76908 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -146,6 +146,10 @@ module.exports = function (grunt) { files: [ // this gets built in the template task {src: "dist/release/index.html", dest: "../../share/www/index.html"}, + {src: ["**"], dest: "../../share/www/dashboard.assets/js/", cwd: 'dist/release/dashboard.assets/js/', expand: true}, + {src: ["**"], dest: "../../share/www/dashboard.assets/img/", cwd: 'dist/release/dashboard.assets/img/', expand: true}, + {src: ["**"], dest: "../../share/www/dashboard.assets/fonts/", cwd: 'dist/release/dashboard.assets/fonts/', expand: true}, + {src: ["**"], dest: "../../share/www/dashboard.assets/css/", cwd: "dist/release/dashboard.assets/css/", expand: true} ] }, couchdebug: {