Cleaned up JS, added basic documentation support for Admin Controllers

This commit is contained in:
Robin Ward
2013-02-21 12:58:21 -05:00
parent 6096a447b7
commit 13f8f3c45e
9 changed files with 101 additions and 72 deletions

View File

@ -0,0 +1,9 @@
{
"name": "Discourse Client",
"description": "This is the EmberJS client to access a Discourse Server",
"url": "http://www.discourse.org/",
"options": {
"exclude": "external,external_production",
"outdir": "./build"
}
}