I'm working with this tutorial and I'm up to the part that says to run
bundle exec rake assets:precompile
If you take a look at the website, you can see that she shows the output from this command and what it should look like. However, I don't get that response. I get the normal compiled files as usual (that needs to be committed and pushed).
new file: public/assets/bootstrap.min-b90c459188f886cf6a00921016ed2104.css
new file: public/assets/bootstrap.min-b90c459188f886cf6a00921016ed2104.css.gz
new file: public/assets/bootstrap_and_overrides-e3193dde7df14df59d8c755dbe743f58.css
new file: public/assets/bootstrap_and_overrides-e3193dde7df14df59d8c755dbe743f58.css.gz
I check my bucket in S3 and there's nothing there either. I've followed this tutorial to the T so I'm not sure where I've gone wrong, but I would really appreciate someone's help.
Thank you in advance.
EDIT: So I pushed to heroku to see what happens and my asset links changes (my stylesheets link to AWS) but they are still not uploading to the bucket, so of course my site is without styles when this happens. Hopefully this is enough information.