From 6dcfccb32c79019f16a2c97ad50cbcc81f61095c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 29 Jan 2014 14:21:26 -0800 Subject: chore(grunt): sort the grunt task load statements --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1ec4d66a..721bc16e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -6,15 +6,15 @@ module.exports = function(grunt) { //grunt plugins grunt.loadNpmTasks('grunt-bump'); grunt.loadNpmTasks('grunt-contrib-clean'); - grunt.loadNpmTasks('grunt-contrib-copy'); grunt.loadNpmTasks('grunt-contrib-connect'); grunt.loadNpmTasks('grunt-contrib-compress'); - grunt.loadNpmTasks('grunt-jasmine-node'); + grunt.loadNpmTasks('grunt-contrib-copy'); + grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-ddescribe-iit'); + grunt.loadNpmTasks('grunt-jasmine-node'); grunt.loadNpmTasks('grunt-merge-conflict'); grunt.loadNpmTasks('grunt-parallel'); grunt.loadNpmTasks('grunt-shell'); - grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadTasks('lib/grunt'); var NG_VERSION = util.getVersion(); -- cgit v1.2.3