mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
moved doc_config stuff into a vendors folder
this is so that github doesn’t think my project is 66% css!
This commit is contained in:
parent
aa1df50c1a
commit
3fcfd72596
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ module.exports = function(grunt) {
|
|||
src: ["../Tone/**/*.js", "!../Tone/*/preset/*", "../README.md"],
|
||||
options: {
|
||||
destination: "../doc",
|
||||
template : "./doc_config/template",
|
||||
configure : "./doc_config/template/jsdoc.conf.json",
|
||||
template : "./doc_config/vendors",
|
||||
configure : "./doc_config/vendors/jsdoc.conf.json",
|
||||
private : false
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue