1
0
Fork 0

Foxx: Introducing system applications

This commit is contained in:
Lucas Dohmen 2013-03-29 10:11:20 +01:00
parent a4bab2b264
commit 79f4fc4315
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ In the `manifest.json` you define the components of your application: The conten
* `models`: Base path for the models you want to require
* `files`: Deliver files
* `assets`: Deliver pre-processed files
* `system`: Mark an application as a system application
* `setup`: Path to a setup script
* `teardown`: Path to a teardown script