grunt task to test bs3 only
This commit is contained in:
parent
aedfe782dc
commit
e4d0cbb2dc
@ -140,6 +140,7 @@ module.exports = function(grunt) {
|
|||||||
|
|
||||||
//module for testing
|
//module for testing
|
||||||
var module = '';
|
var module = '';
|
||||||
|
// module = '&module=combodate';
|
||||||
// module = '&module=textarea';
|
// module = '&module=textarea';
|
||||||
//module = '&module=select';
|
//module = '&module=select';
|
||||||
//module = '&module=text';
|
//module = '&module=text';
|
||||||
@ -291,6 +292,7 @@ module.exports = function(grunt) {
|
|||||||
|
|
||||||
//test task
|
//test task
|
||||||
grunt.registerTask('test', ['jshint', 'connect', 'qunit:bootstrap2']);
|
grunt.registerTask('test', ['jshint', 'connect', 'qunit:bootstrap2']);
|
||||||
|
grunt.registerTask('test3', ['jshint', 'connect', 'qunit:bootstrap3']);
|
||||||
grunt.registerTask('testall', [
|
grunt.registerTask('testall', [
|
||||||
'jshint',
|
'jshint',
|
||||||
'connect',
|
'connect',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user