Skip to content

Commit

Permalink
remove yuidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 21, 2014
1 parent 3c9780c commit 9635714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
19 changes: 0 additions & 19 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,6 @@ module.exports = function(grunt) {
}
}
},
yuidoc: {
compile: {
name: '<%= pkg.name %>',
description: '<%= pkg.description %>',
version: '<%= pkg.version %>',
url: '<%= pkg.homepage %>',
options: {
exclude: 'third_party',
extension: '.js,.html',
paths: '.',
outdir: 'docs',
linkNatives: 'true',
tabtospace: 2,
themedir: '../tools/doc/themes/bootstrap'
}
}
},
audit: {
polymer: {
options: {
Expand Down Expand Up @@ -110,7 +93,6 @@ module.exports = function(grunt) {
// plugins
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-yuidoc');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-concat-sourcemap');
grunt.loadNpmTasks('grunt-audit');
Expand All @@ -130,7 +112,6 @@ module.exports = function(grunt) {

grunt.registerTask('default', ['minify']);
grunt.registerTask('minify', ['concat_sourcemap', 'version', 'string-replace', 'uglify']);
grunt.registerTask('docs', ['yuidoc']);
grunt.registerTask('test', ['override-chrome-launcher', 'karma:polymer']);
grunt.registerTask('test-build', ['minify', 'stash', 'test', 'restore']);
grunt.registerTask('test-buildbot', ['override-chrome-launcher', 'karma:buildbot', 'minify', 'stash', 'karma:buildbot', 'restore']);
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"grunt-concat-sourcemap": "^0.4.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-yuidoc": "*",
"grunt-karma": "^0.8.2",
"grunt-string-replace": "^0.2.7",
"karma": "^0.12.14",
Expand Down

0 comments on commit 9635714

Please sign in to comment.