Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create app/assets/images on install for Sprockets 4 compatibility
Sprockets 4 uses manifest files[1], and the default manifest.js links `app/assets/images`. To prevent it from crashing due to the directory not being present, the easiest solution is to create an empty `app/assets/images` directory. [1]: https://github.com/rails/sprockets/blob/master/UPGRADING.md#manifestjs