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/' }] },