Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Any insights into why I have this persistent problem when deploying to heroku? #57

Open
jcdavison opened this issue Apr 10, 2019 · 1 comment

Comments

@jcdavison
Copy link

Hi @adaoraul great gem, thanks.

Do you have any insight into why I occasionally get this error on heroku?
I've seen it across multiple projects I have, not really sure how to debug, not very rich content on the internet. Thanks :)

Screenshot 2019-04-10 08 32 36

@jcdavison
Copy link
Author

hmm maybe something like this is the solution?

# get rid of this 
# namespace :assets do
#   task :precompile do
#     puts 'bundle exec jekyll build'
#   end
# end

#use this
task :build do
  system('bundle exec jekyll build')
end

namespace :assets do
  task precompile: :build
end

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant