03.12.2015 Views

laravel4cookbook

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Deployment 101<br />

.<br />

You have to have the watcher running in order for updates to cascade into combined/minified asset<br />

files. Do this by running: php artisan watch<br />

You can learn more about the Resource Watcher library at: https://github.com/jasonlewis/resourcewatcher<br />

Resource Watcher Integration Bug<br />

While creating this tutorial; I found a bug with the service provider. It relates to class resolution, and<br />

was probably caused by a reshuffling of the library. I have since contacted Jason Lewis to inform<br />

him of the bug, and submitted a pull request which resolves it.<br />

If you are having issues relating to the Resource Watcher library, try replacing the service provider<br />

file with this one:<br />

1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!