You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:20:18 UTC

[24/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

Fauxton: added dependencies to test task list
Added dependencies to test task list and
added test_inline task for use inside watchRun.


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

Branch: refs/heads/import-master
Commit: 4d80b7fa2c10c3d88a71e05e9dad2290880a2507
Parents: 8a2f0c2
Author: BigBlueHat <by...@bigbluehat.com>
Authored: Wed Jan 15 13:27:06 2014 -0500
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu Jan 16 19:50:41 2014 +0200

----------------------------------------------------------------------
 Gruntfile.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/4d80b7fa/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index cf70440..b42e6b5 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -422,7 +422,9 @@ module.exports = function(grunt) {
    */
   // clean out previous build artefactsa and lint
   grunt.registerTask('lint', ['clean', 'jshint']);
-  grunt.registerTask('test', ['lint', 'mochaSetup','jst', 'concat:test_config_js', 'mocha_phantomjs']);
+  grunt.registerTask('test', ['lint', 'dependencies', 'test_inline']);
+  // lighter weight test task for use inside dev/watch
+  grunt.registerTask('test_inline', ['mochaSetup','jst', 'concat:test_config_js', 'mocha_phantomjs']);
   // Fetch dependencies (from git or local dir), lint them and make load_addons
   grunt.registerTask('dependencies', ['get_deps', 'gen_load_addons:default']);
   // build templates, js and css