mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 08:14:48 -03:30
Fix path to image assets
This commit is contained in:
@@ -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/'
|
||||
}]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user