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:
Yotam Mann 2014-09-15 16:22:01 -04:00
parent aa1df50c1a
commit 3fcfd72596

View file

@ -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
}
},