This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 2 files changed +0
-21
lines changed
2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ module.exports = function(grunt) {
12
12
grunt . loadNpmTasks ( 'grunt-html2js' ) ;
13
13
grunt . loadNpmTasks ( 'grunt-karma' ) ;
14
14
grunt . loadNpmTasks ( 'grunt-conventional-changelog' ) ;
15
- grunt . loadNpmTasks ( 'grunt-ngdocs' ) ;
16
15
grunt . loadNpmTasks ( 'grunt-ddescribe-iit' ) ;
17
16
18
17
// Project configuration.
@@ -179,25 +178,6 @@ module.exports = function(grunt) {
179
178
'git commit package.json -m "chore(release): Starting v%version%"'
180
179
]
181
180
} ,
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
- } ,
201
181
'ddescribe-iit' : {
202
182
files : [
203
183
'src/**/*.spec.js'
Original file line number Diff line number Diff line change 21
21
"grunt-ddescribe-iit" : " 0.0.6" ,
22
22
"grunt-html2js" : " ^0.3.0" ,
23
23
"grunt-karma" : " ^0.10.1" ,
24
- "grunt-ngdocs" : " ~0.1.1" ,
25
24
"jasmine-core" : " ^2.2.0" ,
26
25
"karma" : " ^0.12.31" ,
27
26
"karma-chrome-launcher" : " ^0.1.7" ,
You can’t perform that action at this time.
0 commit comments