diff options
| author | Chris Rebert <[email protected]> | 2013-10-09 18:31:17 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-09 18:31:17 -0700 |
| commit | a388b7906ec6f2e85aca188f5375f80a9617e31e (patch) | |
| tree | b151df1875b7fc6c1c56ff500606d64d526c38e2 | |
| parent | a216589056e2b7d116caf9e8be23ff0b2eca9099 (diff) | |
| parent | 146cd38867f6bec01868a8605d303426547e8680 (diff) | |
| download | bootstrap-a388b7906ec6f2e85aca188f5375f80a9617e31e.tar.xz bootstrap-a388b7906ec6f2e85aca188f5375f80a9617e31e.zip | |
Merge pull request #10956 from ZDroid/patch-4
Sort tasks alphabetically
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 6d33703c8..41f7ed331 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -157,6 +157,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'); @@ -168,7 +169,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']); |
