- Published
- Author
- Satya
while upgrading your rails api only app to support html views , make sure to run
If we skip this step, and it has some errors, it will cause build failures.
rails assets:precompile in your local so that your assets are served properly and also make sure your assets are properly linked in assets/configs/manifest.js , or the process will be aborted.If we skip this step, and it has some errors, it will cause build failures.