Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igaster committed Dec 11, 2015
1 parent 64f03a6 commit 89b1e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ You can include any configuration key of the current theme inside any path strin
Theme::url('main-{version}.css')
```

if there is a `"version"` key defined in the theme's configuration it will be evaluated and then the filename will be looked-up in the theme hierarcy. (e.g: many comercial themes ship with multiple versions of the main.css for different color-schemes)
if there is a `"version"` key defined in the theme's configuration it will be evaluated and then the filename will be looked-up in the theme hierarcy. (e.g: many comercial themes ship with multiple versions of the main.css for different color-schemes, or use [language-dependent assets](https://github.com/igaster/laravel-theme/issues/17))

## Assets Managment (Optional)

Expand Down

0 comments on commit 89b1e26

Please sign in to comment.