mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Fix path to image assets
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = {
|
|||||||
expand: true,
|
expand: true,
|
||||||
flatten: true,
|
flatten: true,
|
||||||
filter: 'isFile',
|
filter: 'isFile',
|
||||||
src: 'assets/images/images.new/*',
|
src: 'assets/custom-theme/images.new/*',
|
||||||
dest: 'static/images/'
|
dest: 'static/images/'
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user