Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually remove filter on json assets as intended
In laravel#35, the intended change seems to be that JSON files should be included in the assets upload. However, the actual effect of laravel#35 was that *all* JSON files were excluded in the assets upload. This change removes the filter on JSON asset files entirely.
- Loading branch information