v1.0.14
- You can use {parameters} inside any path. README updated...
- @css & @js are rewritten with better regular expressions. Also file lookup is performed at runtime and not cached (during Blade compilation) which should resolve some issues when hot switching themes...
- Removed new line in output of Theme::css / Theme::js (thanks @TechKat)
Upgrading guide:
Due to changes in output of @css
and @js
, you might have to manualy delete cached views from \storage\framework\views
so that Laravel will be forced to rebuild them. (Both in dev and production environment)