Add a task to generate metadata on exported symbols

This runs JSDoc with the "symbols" config, providing a list of source files that have been changed since the previous run.  The output is used to generate a symbols.json metadata file containing all exportable symbols info.  A separate task will be run to generate the exports.js file.  These same metadata files will be used by a build tool.
This commit is contained in:
Tim Schaub
2014-04-28 22:55:00 -06:00
parent 9800b38250
commit 457cfe851a
2 changed files with 162 additions and 1 deletions
+3 -1
View File
@@ -19,6 +19,8 @@
"async": "~0.2.10",
"htmlparser2": "~3.7.1",
"jshint": "~2.4.4",
"jsdoc": "^3.3.0-alpha5"
"jsdoc": "~3.3.0-alpha5",
"walk": "~2.3.1",
"fs-extra": "~0.8.1"
}
}