Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(build): remove ngdocs
Browse files Browse the repository at this point in the history
- Remove ngdocs since it is not functional

Closes #4064
Closes #3457
  • Loading branch information
wesleycho committed Aug 1, 2015
1 parent 97e077e commit 7af9cdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
20 changes: 0 additions & 20 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7af9cdf

Please sign in to comment.