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

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 07c8ac5 commit 04b9804
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,30 +78,13 @@ module.exports = function(grunt) {
}
}
},
yuidoc: {
compile: {
name: '<%= pkg.name %>',
description: '<%= pkg.description %>',
version: '<%= pkg.version %>',
url: '<%= pkg.homepage %>',
options: {
exclude: 'third_party',
paths: '.',
outdir: 'docs',
linkNatives: 'true',
tabtospace: 2,
themedir: '../tools/doc/themes/bootstrap'
}
}
},
pkg: grunt.file.readJSON('package.json')
});

grunt.loadTasks('../tools/tasks');
// 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 @@ -119,7 +102,6 @@ module.exports = function(grunt) {

grunt.registerTask('minify', ['concat_sourcemap', 'version', 'uglify:Platform', 'sourcemap_copy:build/platform.concat.js.map:build/platform.js.map']);
grunt.registerTask('default', ['minify']);
grunt.registerTask('docs', ['yuidoc']);
grunt.registerTask('test', ['override-chrome-launcher', 'karma:platform']);
grunt.registerTask('test-build', ['minify', 'stash', 'test', 'restore']);
grunt.registerTask('test-build-cr', ['minify', 'stash', 'karma:buildbot', 'restore']);
Expand Down

0 comments on commit 04b9804

Please sign in to comment.