From: Zlatan Vasović Date: Sat, 5 Oct 2013 19:17:49 +0000 (+0200) Subject: Sort tasks alphabetically X-Git-Tag: v3.0.1~39^2~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10956%2Fhead;p=thirdparty%2Fbootstrap.git Sort tasks alphabetically --- diff --git a/Gruntfile.js b/Gruntfile.js index 4edad59ae2..32418e8e46 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']);