trying again: github linguist ignore css files

This commit is contained in:
Yotam Mann 2014-09-16 13:08:05 -04:00
parent 927e4c8351
commit dcbd65f315
57 changed files with 2 additions and 2 deletions

View file

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

View file

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB