mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 00:07:08 +00:00
trying again: github linguist ignore css files
This commit is contained in:
parent
927e4c8351
commit
dcbd65f315
57 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/vendors",
|
||||
configure : "./doc_config/vendors/jsdoc.conf.json",
|
||||
template : "./doc_config/vendor",
|
||||
configure : "./doc_config/vendor/jsdoc.conf.json",
|
||||
private : false
|
||||
}
|
||||
},
|
||||
|
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue