Skip to content

Commit

Permalink
Updated readme to accurately explain Testing/Staging mode. Also some …
Browse files Browse the repository at this point in the history
…other minor updates.
  • Loading branch information
lukemorton committed May 18, 2011
1 parent 6af9ff5 commit e95099a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.markdown
Expand Up @@ -8,20 +8,20 @@ inside a folder called `public`.

## Environment

Dependant on your Kohana::$environment Publicize will act in
Dependant on your `Kohana::$environment`, Publicize will act in
different ways.

### Development

The file will be found and served via Controller_Publicize. This
The file will be found and served via `Controller_Publicize`. This
will affect the performance of your application however it will
mean all assets shared by modules will be up to date.

### Testing and Staging

The first load of the file will go via Controller_Publicize
which will copy the file into DOCROOT, and redirect to that
static version of the file.
The first load of the file will go via `Controller_Publicize`
which will copy the file into `DOCROOT`, and send the file inline.
Thereafter it will be served as a static file.

### Production

Expand All @@ -43,6 +43,8 @@ This module started as a [gist][].

Luke Morton a.k.a. DrPheltRight

and contributors ^__^ Thank you!!

## License

Licensed under [MIT][].
Expand Down

0 comments on commit e95099a

Please sign in to comment.