Render paper.js version number as part of the docs.

This commit is contained in:
Jürg Lehni 2016-01-23 19:48:41 +01:00
parent 79a6915a7e
commit 82de56ea2c
4 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1,30 @@
{
"folders":
[
{
"path": "../gulp/jsdoc/app"
},
{
"path": "../gulp/jsdoc/templates"
},
{
"path": "../gulp/jsdoc/conf"
},
{
"path": "../gulp/jsdoc",
"name": "root",
"folder_exclude_patterns": ["*"],
"file_exclude_patterns": [ "*.jar" ]
}
],
"SublimeLinter":
{
"linters": {
"jshint": {
"@disable": true,
"args": [],
"excludes": []
}
}
}
}