Skip to content

Commit

Permalink
Combine all manifest.json asset names (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm authored Feb 14, 2022
1 parent ffeb556 commit 0d3f0a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AssetFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public static function get($path)
->notName('web.config')
->notName('browserconfig.xml')
->notName('*.webmanifest')
->notName('manifest.json')
->notName('mix-manifest.json')
->notName('*manifest.json')
->notName('*.php')
->ignoreVcs(true)
->ignoreDotFiles(! Manifest::dotFilesAsAssets())
Expand Down

0 comments on commit 0d3f0a0

Please sign in to comment.