Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 9635714

Browse files
committed
remove yuidoc
1 parent 3c9780c commit 9635714

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

gruntfile.js

-19
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,6 @@ module.exports = function(grunt) {
5757
}
5858
}
5959
},
60-
yuidoc: {
61-
compile: {
62-
name: '<%= pkg.name %>',
63-
description: '<%= pkg.description %>',
64-
version: '<%= pkg.version %>',
65-
url: '<%= pkg.homepage %>',
66-
options: {
67-
exclude: 'third_party',
68-
extension: '.js,.html',
69-
paths: '.',
70-
outdir: 'docs',
71-
linkNatives: 'true',
72-
tabtospace: 2,
73-
themedir: '../tools/doc/themes/bootstrap'
74-
}
75-
}
76-
},
7760
audit: {
7861
polymer: {
7962
options: {
@@ -110,7 +93,6 @@ module.exports = function(grunt) {
11093
// plugins
11194
grunt.loadNpmTasks('grunt-contrib-concat');
11295
grunt.loadNpmTasks('grunt-contrib-uglify');
113-
grunt.loadNpmTasks('grunt-contrib-yuidoc');
11496
grunt.loadNpmTasks('grunt-karma');
11597
grunt.loadNpmTasks('grunt-concat-sourcemap');
11698
grunt.loadNpmTasks('grunt-audit');
@@ -130,7 +112,6 @@ module.exports = function(grunt) {
130112

131113
grunt.registerTask('default', ['minify']);
132114
grunt.registerTask('minify', ['concat_sourcemap', 'version', 'string-replace', 'uglify']);
133-
grunt.registerTask('docs', ['yuidoc']);
134115
grunt.registerTask('test', ['override-chrome-launcher', 'karma:polymer']);
135116
grunt.registerTask('test-build', ['minify', 'stash', 'test', 'restore']);
136117
grunt.registerTask('test-buildbot', ['override-chrome-launcher', 'karma:buildbot', 'minify', 'stash', 'karma:buildbot', 'restore']);

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"grunt-concat-sourcemap": "^0.4.1",
99
"grunt-contrib-concat": "^0.4.0",
1010
"grunt-contrib-uglify": "^0.5.0",
11-
"grunt-contrib-yuidoc": "*",
1211
"grunt-karma": "^0.8.2",
1312
"grunt-string-replace": "^0.2.7",
1413
"karma": "^0.12.14",

0 commit comments

Comments
 (0)