From 7af9cdf804807004029f6d0abe74565726729566 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Sat, 1 Aug 2015 08:25:21 -0700 Subject: [PATCH] chore(build): remove ngdocs - Remove ngdocs since it is not functional Closes #4064 Closes #3457 --- Gruntfile.js | 20 -------------------- package.json | 1 - 2 files changed, 21 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b8534672c9..c225fbc259 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,7 +12,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-html2js'); grunt.loadNpmTasks('grunt-karma'); grunt.loadNpmTasks('grunt-conventional-changelog'); - grunt.loadNpmTasks('grunt-ngdocs'); grunt.loadNpmTasks('grunt-ddescribe-iit'); // Project configuration. @@ -179,25 +178,6 @@ module.exports = function(grunt) { 'git commit package.json -m "chore(release): Starting v%version%"' ] }, - ngdocs: { - options: { - dest: 'dist/docs', - scripts: [ - 'angular.js', - '<%= concat.dist_tpls.dest %>' - ], - styles: [ - 'docs/css/style.css' - ], - navTemplate: 'docs/nav.html', - title: 'ui-bootstrap', - html5Mode: false - }, - api: { - src: ['src/**/*.js', 'src/**/*.ngdoc'], - title: 'API Documentation' - } - }, 'ddescribe-iit': { files: [ 'src/**/*.spec.js' diff --git a/package.json b/package.json index 5d9aeea1a3..4af12096cd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "grunt-ddescribe-iit": "0.0.6", "grunt-html2js": "^0.3.0", "grunt-karma": "^0.10.1", - "grunt-ngdocs": "~0.1.1", "jasmine-core": "^2.2.0", "karma": "^0.12.31", "karma-chrome-launcher": "^0.1.7",