Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Jain <rohan@browserstack.com>2013-07-30 20:41:17 +0400
committerChris Rebert <code@rebertia.com>2013-08-06 23:24:14 +0400
commit093cda244ae8e65b480282ef18427c45e976abab (patch)
tree2dcf3ba0d3ed5180e47251a9e5195bd336b87745 /Gruntfile.js
parentb976956432ccf2e0d6f809da1ca6a9d8e99eb39b (diff)
Integrate testing with browserstack
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index de6db2f3c5..de5ab63345 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -125,10 +125,11 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-recess');
+ grunt.loadNpmTasks('browserstack-runner');
// Test task.
- grunt.registerTask('test', ['jshint', 'qunit']);
+ grunt.registerTask('test', ['jshint', 'qunit', 'browserstack_runner']);
// JS distribution task.
grunt.registerTask('dist-js', ['concat', 'uglify']);