When deployed to heroku, heroku continues to deploy even if rake assets: precompilers do not work.
Why is this the default behavior? Is there a way to prevent the hero from deploying the version if rake assets: precompilation fails? Thanks.
-----> Writing config/database.yml to read from DATABASE_URL -----> Preparing app for Rails asset pipeline Running: rake assets:precompile rake aborted! The line was indented 2 levels deeper than the previous line. (in /tmp/build_3tgkcip2wq2qv/app/assets/stylesheets/master.css.sass) Tasks: TOP => assets:precompile:primary (See full trace by running task with --trace) Precompiling assets failed, enabling runtime asset compilation Injecting rails31_enable_runtime_asset_compilation Please see this article for troubleshooting help: http:
source share