diff --git a/docs/production-builds.md b/docs/production-builds.md index 69e5765..9e72f30 100644 --- a/docs/production-builds.md +++ b/docs/production-builds.md @@ -13,7 +13,7 @@ You can control which paths are scanned by publishing the Bundle config file and ```php 'build_paths' => [ - resource_path('views/**/*.blade.php') + resource_path('views'), ] ```