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

Commit 7af9cdf

Browse files
committed
chore(build): remove ngdocs
- Remove ngdocs since it is not functional Closes #4064 Closes #3457
1 parent 97e077e commit 7af9cdf

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

Gruntfile.js

-20
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = function(grunt) {
1212
grunt.loadNpmTasks('grunt-html2js');
1313
grunt.loadNpmTasks('grunt-karma');
1414
grunt.loadNpmTasks('grunt-conventional-changelog');
15-
grunt.loadNpmTasks('grunt-ngdocs');
1615
grunt.loadNpmTasks('grunt-ddescribe-iit');
1716

1817
// Project configuration.
@@ -179,25 +178,6 @@ module.exports = function(grunt) {
179178
'git commit package.json -m "chore(release): Starting v%version%"'
180179
]
181180
},
182-
ngdocs: {
183-
options: {
184-
dest: 'dist/docs',
185-
scripts: [
186-
'angular.js',
187-
'<%= concat.dist_tpls.dest %>'
188-
],
189-
styles: [
190-
'docs/css/style.css'
191-
],
192-
navTemplate: 'docs/nav.html',
193-
title: 'ui-bootstrap',
194-
html5Mode: false
195-
},
196-
api: {
197-
src: ['src/**/*.js', 'src/**/*.ngdoc'],
198-
title: 'API Documentation'
199-
}
200-
},
201181
'ddescribe-iit': {
202182
files: [
203183
'src/**/*.spec.js'

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"grunt-ddescribe-iit": "0.0.6",
2222
"grunt-html2js": "^0.3.0",
2323
"grunt-karma": "^0.10.1",
24-
"grunt-ngdocs": "~0.1.1",
2524
"jasmine-core": "^2.2.0",
2625
"karma": "^0.12.31",
2726
"karma-chrome-launcher": "^0.1.7",

0 commit comments

Comments
 (0)