Skip to content

Commit

Permalink
mention more details about how static files are served
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 18, 2015
1 parent dca86b8 commit fe7166f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.25 2015-10-15
6.25 2015-10-19
- Improved Mojo::DOM::CSS to support selectors with leading and trailing
whitespace.
- Fixed "0" value bug in Mojo::JSON::Pointer.
Expand Down
6 changes: 4 additions & 2 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -1036,8 +1036,10 @@ Less commonly used and more powerful features.

=head2 Serving static files

Static files are automatically served from your C<DATA> sections and C<public>
directories, and if that's not enough you can also serve them manually with
Static files are automatically served from the C<public> directories of the
application, which can be customized with L<Mojolicious::Static/"paths">, or one
of the C<DATA> sections from L<Mojolicious::Static/"classes">. And if that's not
enough you can also serve them manually with
L<Mojolicious::Plugin::DefaultHelpers/"reply-E<gt>static">.

use Mojolicious::Lite;
Expand Down

0 comments on commit fe7166f

Please sign in to comment.