mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Fixed bug deleting survey questions
This commit is contained in:
@@ -6,7 +6,8 @@ module.exports = {
|
||||
partials: {
|
||||
files: [
|
||||
'client/lib/components/**/*.partial.html',
|
||||
'client/src/**/*.partial.html'
|
||||
'client/src/**/*.partial.html',
|
||||
'client/src/partials/*.html'
|
||||
],
|
||||
tasks: ['newer:copy:partials']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user