grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-compass');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-env');
grunt.loadNpmTasks('grunt-preprocess');
grunt.loadNpmTasks('grunt-string-replace');
grunt.loadNpmTasks('grunt-useref');
grunt.loadNpmTasks('grunt-ngmin');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-shell');