aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-10-05 21:17:49 +0200
committerZlatan Vasović <[email protected]>2013-10-05 21:17:49 +0200
commit146cd38867f6bec01868a8605d303426547e8680 (patch)
treed37eb9493a38d1d493f82c89abbc0a6cee89bc29
parent56093dea995b48a11b1352e303b9db9853750581 (diff)
downloadbootstrap-146cd38867f6bec01868a8605d303426547e8680.tar.xz
bootstrap-146cd38867f6bec01868a8605d303426547e8680.zip
Sort tasks alphabetically
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 4edad59ae..32418e8e4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -156,6 +156,7 @@ module.exports = function(grunt) {
// These plugins provide necessary tasks.
+ grunt.loadNpmTasks('browserstack-runner');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-connect');
@@ -167,7 +168,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-html-validation');
grunt.loadNpmTasks('grunt-jekyll');
grunt.loadNpmTasks('grunt-recess');
- grunt.loadNpmTasks('browserstack-runner');
// Docs HTML validation task
grunt.registerTask('validate-html', ['jekyll', 'validation']);