mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
8 lines
160 B
JavaScript
8 lines
160 B
JavaScript
module.exports = {
|
|
options: { force: true },
|
|
static: 'static/*',
|
|
coverage: 'coverage/*',
|
|
tmp: '../../tmp',
|
|
jshint: 'coverage/jshint.xml'
|
|
};
|