assets pre compile every time i push to heroku rails? -


i deploying rails app on heroku server. , every time deploy heroku, assets pre compilation done. slows down deployment process. can me out on this.

sure! you'll need create manifest.yml in your_app/pubilc/assets directory.

the file can blank. ideally, precompile locally, deploys heroku faster.

make sure committed manifest.yml file when you're pushing heroku. git add -f your_app/pubilc/assets/manifest.yml , git push heroku master should suffice.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -