mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
* Faster build times * Smaller bundle sizes * Adjust paths * Cleanup npm dependencies * Remove unneded Grunt tasks
17 lines
288 B
JavaScript
17 lines
288 B
JavaScript
module.exports = {
|
|
all: {
|
|
options: {
|
|
format: 'json'
|
|
},
|
|
files: [{
|
|
expand: true,
|
|
dot: true,
|
|
dest: 'client/languages',
|
|
cwd: 'po',
|
|
ext: '.json',
|
|
src: ['*.po']
|
|
}]
|
|
}
|
|
};
|
|
|