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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
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 :)
The text was updated successfully, but these errors were encountered:
# 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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :)
The text was updated successfully, but these errors were encountered: