|
|
@@ -61,7 +61,6 @@ module.exports = function (grunt) {
|
|
|
grunt.loadNpmTasks('grunt-contrib-uglify');
|
|
|
grunt.loadNpmTasks('grunt-contrib-clean');
|
|
|
grunt.loadNpmTasks('grunt-contrib-qunit');
|
|
|
- grunt.loadNpmTasks('grunt-contrib-requirejs');
|
|
|
|
|
|
// Default task(s).
|
|
|
grunt.registerTask('default', ['clean', 'uglify']);
|