Update README with information about the compiled templates

This commit is contained in:
Craig Davis 2014-01-12 15:26:25 -07:00
parent 7625c260cf
commit a36679e640
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ and then use a CSS rules to display a very nice resume. Note that because we
have very few ways to nest or identify elements that many of the css rules are have very few ways to nest or identify elements that many of the css rules are
based on descendant and adjacent selectors. based on descendant and adjacent selectors.
__PLEASE NOTE__: The templates are compiled into the phar archive in the `./bin`
folder. If you intend to edit the templates or add new ones, you'll need to run
this application in the dev mode. See below for more information about doing
this.
## Feature Development ## Feature Development
The application is deployed as a compiled phar file. In order to add new The application is deployed as a compiled phar file. In order to add new