MDL-49817 grunt: jslint rename task config and make explict src
authorDan Poltawski <dan@moodle.com>
Thu, 14 Jan 2016 12:07:32 +0000 (12:07 +0000)
committerDan Poltawski <dan@moodle.com>
Thu, 21 Jan 2016 15:13:45 +0000 (15:13 +0000)
commitdbf6b407829b1e89198a908ce99709943a5a6eee
tree33bdfcd78eb078841f9094ac6625123b06c72542
parenteddec36d4925850d78ba95b7e0175cf671196a78
MDL-49817 grunt: jslint rename task config and make explict src

Two reasons for this change:
1) The configuration here is confusing, it seems like we are setting the
   'files' option, but in fact we are just generating a task configuration
    called 'files'. Lets try and avoid confusion.

2) It makes it possible for 'watch' to override the src
Gruntfile.js