2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Integrate testing with browserstack

This commit is contained in:
Rohan Jain
2013-07-30 22:11:17 +05:30
committed by Chris Rebert
parent b976956432
commit 093cda244a
4 changed files with 69 additions and 2 deletions
+2 -1
View File
@@ -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']);