Skip to content

Commit

Permalink
Merge pull request #70 from simensen/livewire-manifest
Browse files Browse the repository at this point in the history
Ensure manifest.json stays in the code deployment artifact for Laravel Livewire
  • Loading branch information
taylorotwell authored Sep 14, 2020
2 parents 73efe98 + 7145b63 commit 445fefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AssetFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static function get($path)
->notName('web.config')
->notName('browserconfig.xml')
->notName('*.webmanifest')
->notName('manifest.json')
->notName('mix-manifest.json')
->notName('*.php')
->ignoreVcs(true)
Expand Down

0 comments on commit 445fefc

Please sign in to comment.