mirror of
https://github.com/ansible/awx.git
synced 2026-05-05 16:37:37 -02:30
Refactor component folder structure
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = {
|
||||
}, {
|
||||
cwd: 'client/components',
|
||||
expand: true,
|
||||
src: ['*.partial.html'],
|
||||
src: ['**/*.partial.html'],
|
||||
dest: 'static/partials/components/'
|
||||
}]
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@ module.exports = {
|
||||
},
|
||||
partials: {
|
||||
files: [
|
||||
'client/components/*.partial.html',
|
||||
'client/components/**/*.partial.html',
|
||||
'client/src/**/*.partial.html'
|
||||
],
|
||||
tasks: ['newer:copy:partials']
|
||||
|
||||
Reference in New Issue
Block a user