Description: drop unavailable grunt plugins
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2022-01-04

--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -71,30 +71,6 @@
         }]
       }
     },
-    serve: {
-      options: {
-        port: 9000
-      },
-      'path': 'demo/src/main/webapp'
-    },
-    watch: {
-      js: {
-        files: ['src/{,*/}*.js'],
-        tasks: ['jshint:all', 'concat:all', 'copy:build']
-      }
-    },
-    jshint: {
-      options: {
-        jshintrc: '.jshintrc',
-        reporter: require('jshint-stylish')
-      },
-      all: [
-        'Gruntfile.js',
-        'src/{,*/}*.js',
-        '!src/FileAPI*.*',
-        'test/spec/{,*/}*.js'
-      ]
-    },
     replace: {
       version: {
         src: ['nuget/Package.nuspec', '../angular-file-upload-bower/package.js'],
@@ -121,8 +97,8 @@
     }
   });
 
-  grunt.registerTask('dev', ['jshint:all', 'concat:all', 'uglify', 'copy:build', 'watch']);
-  grunt.registerTask('default', ['jshint:all', 'clean:dist', 'concat:all',
-    'copy:fileapi', 'uglify', 'copy:build', 'copy:bower', 'replace:version']);
+  grunt.registerTask('dev', ['concat:all', 'uglify', 'copy:build', 'watch']);
+  grunt.registerTask('default', ['clean:dist', 'concat:all',
+    'copy:fileapi', 'uglify', 'copy:build', 'copy:bower']);
 
 };
--- a/package.json
+++ b/package.json
@@ -5,14 +5,8 @@
     "grunt": "^0.4.5",
     "grunt-contrib-concat": "^0.5.1",
     "grunt-contrib-clean": "^0.6.0",
-    "grunt-contrib-jshint": "^0.11.0",
     "grunt-contrib-uglify": "^0.8.0",
-    "grunt-contrib-watch": "^0.6.1",
     "grunt-contrib-copy": "~0.4.1",
-    "grunt-text-replace": "~0.3.12",
-    "grunt-git": "~0.2.14",
-    "grunt-serve": "^0.1.6",
-    "jshint-stylish": "^1.0.0",
     "load-grunt-tasks": "^3.1.0"
   },
   "description": "An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers",
