mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-05-01 18:56:24 +08:00
9 lines
No EOL
281 B
JavaScript
9 lines
No EOL
281 B
JavaScript
module.exports = {
|
|
options : {
|
|
reporter : require('jshint-stylish')
|
|
},
|
|
gruntfile : ['Gruntfile.js'],
|
|
front_js : ['<%= paths.front_js %>/scripts.js' ],
|
|
global_js : ['<%= paths.global_js %>/oldBrowserCompat.js' ],
|
|
those : [], //populated dynamically with the watch event
|
|
}; |