-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris
committed
Aug 2, 2016
1 parent
a7d7c7b
commit ec9b0d2
Showing
136 changed files
with
256,981 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"source": "./src", | ||
"destination": "./docs", | ||
"includes": [".js$"], | ||
"excludes": ["(node_modules|build|docs|views|gulpfile*)"], | ||
"access": ["public", "protected"], | ||
"autoPrivate": true, | ||
"unexportIdentifier": false, | ||
"undocumentIdentifier": true, | ||
"builtinExternal": true, | ||
"index": "./README.md", | ||
"package": "./package.json", | ||
"coverage": true, | ||
"includeSource": true, | ||
"title": "Popcorn API", | ||
"plugins": [{ | ||
"name": "esdoc-es7-plugin" | ||
}], | ||
"manual": { | ||
"changelog": ["./CHANGELOG.md"], | ||
"example": ["./manual/example.md"], | ||
"installation": ["./manual/installation.md"], | ||
"overview": ["./manual/overview.md"], | ||
"tutorial": ["./manual/tutorial.md"], | ||
"usage": ["./manual/usage.md"] | ||
}, | ||
"lint": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,5 @@ node_modules | |
# Generated files by popcorn-api. | ||
tmp | ||
|
||
# Generated documentation. | ||
docs | ||
|
||
# Transpiled ES5 code | ||
build |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,5 @@ node_modules | |
# Generated files by popcorn-api. | ||
tmp | ||
|
||
# Generated documentation. | ||
docs | ||
|
||
# untranspiled ES6 code | ||
src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.