You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/03/25 11:14:00 UTC

[03/11] fauxton commit: updated refs/heads/master to 9343084

styleguide: disallowEmptyBlocks

PR: #326
PR-URL: https://github.com/apache/couchdb-fauxton/pull/326
Reviewed-By: garren smith <ga...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/0609b40c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/0609b40c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/0609b40c

Branch: refs/heads/master
Commit: 0609b40c63e194c7ba83f761627a92080c713cc5
Parents: 7f441fa
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Sun Mar 22 19:43:27 2015 +0100
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Mar 25 11:11:43 2015 +0100

----------------------------------------------------------------------
 Gruntfile.js | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/0609b40c/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index 089d00a..97228ea 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -472,10 +472,6 @@ module.exports = function(grunt) {
     if (!!filepath.match(/.jsx$/)) {
       grunt.task.run(['jsx']);
     }
-
-    if (!!filepath.match(/[Ss]pec.js$/)) {
-      //grunt.task.run(['mochaSetup','jst', 'concat:test_config_js', 'mocha_phantomjs']);
-    }
   });