Files
awx/awx/ui/grunt-tasks/clean.js
Leigh Johnson 38e40c7eba Hook up npm script target for jshint (#3916)
* Hook up npm script target for jshint

* Shrinkwrap ui dependencies
2016-11-09 09:53:58 -05:00

8 lines
160 B
JavaScript

module.exports = {
options: { force: true },
static: 'static/*',
coverage: 'coverage/*',
tmp: '../../tmp',
jshint: 'coverage/jshint.xml'
};