Merge pull request #3678 from rashidkpc/build/remove-test-watcher

Remove the test watcher
This commit is contained in:
Rashid Khan 2015-04-24 13:19:24 -07:00
commit 655a64397f

View file

@ -1,12 +1,5 @@
module.exports = function (grunt) {
var config = {
test: {
files: [
'<%= unitTestDir %>/**/*.js'
],
tasks: ['mocha:unit']
},
less: {
files: [
'<%= app %>/**/styles/**/*.less',