From e4d0cbb2dc33080990d8658f8496f8f3daf785c7 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Sat, 31 Aug 2013 15:19:20 +0400 Subject: [PATCH] grunt task to test bs3 only --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 668522c..482471c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -140,6 +140,7 @@ module.exports = function(grunt) { //module for testing var module = ''; +// module = '&module=combodate'; // module = '&module=textarea'; //module = '&module=select'; //module = '&module=text'; @@ -291,6 +292,7 @@ module.exports = function(grunt) { //test task grunt.registerTask('test', ['jshint', 'connect', 'qunit:bootstrap2']); + grunt.registerTask('test3', ['jshint', 'connect', 'qunit:bootstrap3']); grunt.registerTask('testall', [ 'jshint', 'connect',