Skip to content

Commit 849c399

Browse files
committed
Gruntfile: Sort
1 parent e273345 commit 849c399

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gruntfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ uiFiles.forEach(function( file ) {
123123
});
124124

125125
// grunt plugins
126-
grunt.loadNpmTasks( "grunt-contrib-jshint" );
127-
grunt.loadNpmTasks( "grunt-contrib-uglify" );
126+
grunt.loadNpmTasks( "grunt-compare-size" );
128127
grunt.loadNpmTasks( "grunt-contrib-concat" );
129-
grunt.loadNpmTasks( "grunt-contrib-qunit" );
130128
grunt.loadNpmTasks( "grunt-contrib-csslint" );
131129
grunt.loadNpmTasks( "grunt-contrib-cssmin" );
132-
grunt.loadNpmTasks( "grunt-html" );
133-
grunt.loadNpmTasks( "grunt-compare-size" );
130+
grunt.loadNpmTasks( "grunt-contrib-jshint" );
131+
grunt.loadNpmTasks( "grunt-contrib-qunit" );
132+
grunt.loadNpmTasks( "grunt-contrib-uglify" );
134133
grunt.loadNpmTasks( "grunt-git-authors" );
134+
grunt.loadNpmTasks( "grunt-html" );
135135
// local testswarm and build tasks
136136
grunt.loadTasks( "build/tasks" );
137137

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"dependencies": {},
5858
"devDependencies": {
5959
"grunt": "0.4.1",
60-
"grunt-contrib-jshint": "0.6.0",
61-
"grunt-contrib-uglify": "0.1.1",
60+
"grunt-compare-size": "0.3.1",
6261
"grunt-contrib-concat": "0.1.3",
63-
"grunt-contrib-qunit": "0.2.0",
6462
"grunt-contrib-csslint": "0.1.1",
6563
"grunt-contrib-cssmin": "0.4.2",
66-
"grunt-compare-size": "0.3.1",
67-
"grunt-html": "0.3.3",
64+
"grunt-contrib-jshint": "0.6.0",
65+
"grunt-contrib-qunit": "0.2.0",
66+
"grunt-contrib-uglify": "0.1.1",
6867
"grunt-git-authors": "1.2.0",
68+
"grunt-html": "0.3.3",
6969
"rimraf": "2.1.4",
7070
"testswarm": "1.1.0"
7171
},

0 commit comments

Comments
 (0)