grunt: Update watch file patterns
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 17 Apr 2014 03:45:21 +0000 (05:45 +0200)
committerKrinkle <krinklemail@gmail.com>
Thu, 17 Apr 2014 03:55:43 +0000 (03:55 +0000)
commit18cbe63f4a9d8ebe0b4ad0c8a3f91ccf0f46d607
tree24aee94941b907c0766010ea0d3f9bcad5f33d24
parent8f028afb6f719527e0691def5f804a749b5cece3
grunt: Update watch file patterns

* ".jscs.json" doesn't exist anymore (was renamed to ".jscsrc").
* ".csslintrc" doesn't exist.
* Use "jscs.all" instead of jshint.all as the latter doesn't have
  the jshintignore pattern applied (no need to monitor the deep
  node_modules/ directory structure with lots of file stats)
* Add "jsonlint.all".

Change-Id: Ie9d681b7c4a6424c069f258774be46d44f6386e9
tests/frontend/Gruntfile.js