mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
chore(grunt): sort the grunt task load statements
This commit is contained in:
parent
e2173f9101
commit
6dcfccb32c
1 changed files with 3 additions and 3 deletions
|
|
@ -6,15 +6,15 @@ module.exports = function(grunt) {
|
||||||
//grunt plugins
|
//grunt plugins
|
||||||
grunt.loadNpmTasks('grunt-bump');
|
grunt.loadNpmTasks('grunt-bump');
|
||||||
grunt.loadNpmTasks('grunt-contrib-clean');
|
grunt.loadNpmTasks('grunt-contrib-clean');
|
||||||
grunt.loadNpmTasks('grunt-contrib-copy');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-connect');
|
grunt.loadNpmTasks('grunt-contrib-connect');
|
||||||
grunt.loadNpmTasks('grunt-contrib-compress');
|
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-ddescribe-iit');
|
||||||
|
grunt.loadNpmTasks('grunt-jasmine-node');
|
||||||
grunt.loadNpmTasks('grunt-merge-conflict');
|
grunt.loadNpmTasks('grunt-merge-conflict');
|
||||||
grunt.loadNpmTasks('grunt-parallel');
|
grunt.loadNpmTasks('grunt-parallel');
|
||||||
grunt.loadNpmTasks('grunt-shell');
|
grunt.loadNpmTasks('grunt-shell');
|
||||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
|
||||||
grunt.loadTasks('lib/grunt');
|
grunt.loadTasks('lib/grunt');
|
||||||
|
|
||||||
var NG_VERSION = util.getVersion();
|
var NG_VERSION = util.getVersion();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue