mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Render paper.js version number as part of the docs.
This commit is contained in:
parent
79a6915a7e
commit
82de56ea2c
4 changed files with 10 additions and 7 deletions
30
projects/jsdoc.sublime-project
Normal file
30
projects/jsdoc.sublime-project
Normal 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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue