From de3764c3f402bd1c751e30d47fa1b010f2eb3c52 Mon Sep 17 00:00:00 2001 From: gconsidine Date: Fri, 21 Jul 2017 16:18:34 -0400 Subject: [PATCH] Fix path to image assets --- awx/ui/grunt-tasks/copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/grunt-tasks/copy.js b/awx/ui/grunt-tasks/copy.js index 6060aa337f..cca102dc8d 100644 --- a/awx/ui/grunt-tasks/copy.js +++ b/awx/ui/grunt-tasks/copy.js @@ -40,7 +40,7 @@ module.exports = { expand: true, flatten: true, filter: 'isFile', - src: 'assets/images/images.new/*', + src: 'assets/custom-theme/images.new/*', dest: 'static/images/' }] },