You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, tape will run rake assets:precompile when you deploy an application. For API only apps this is not a good idea because there is no assets:precompile command. We need to figure out if we want precompile turned on by default when you have a fe_app_repo set.
Currently, you can turn rake precompile:assets off by setting.
precompile_assets: false
in your taperole.yml
The text was updated successfully, but these errors were encountered:
By default, tape will run
rake assets:precompile
when you deploy an application. For API only apps this is not a good idea because there is noassets:precompile
command. We need to figure out if we want precompile turned on by default when you have afe_app_repo
set.Currently, you can turn
rake precompile:assets
off by setting.in your
taperole.yml
The text was updated successfully, but these errors were encountered: