]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Sort tasks alphabetically 10956/head
authorZlatan Vasović <legospace9876@gmail.com>
Sat, 5 Oct 2013 19:17:49 +0000 (21:17 +0200)
committerZlatan Vasović <legospace9876@gmail.com>
Sat, 5 Oct 2013 19:17:49 +0000 (21:17 +0200)
Gruntfile.js

index 4edad59ae2ad19a9d5615bb719b39f6f1dae47c1..32418e8e46e5547ae4e7ce7b9e6269ef8c6a8517 100644 (file)
@@ -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']);