Install Xcode. Be sure to open it once an install the additional components.
Install Homebrew.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
| #!/usr/bin/env ruby | |
| # | |
| # gem install cloudapp_api | |
| # ruby cloud-delete.rb | |
| # | |
| EMAIL_ADDRESS = "**************" | |
| PASSWORD = "**************" | |
| ROOT = File.expand_path('../cloudapp-export', __FILE__) | |
| PER_PAGE = 50 |
| # app/assets/stylesheets/application.css | |
| @import 'cookieconsent/build/cookieconsent.min.css'; | |
| # In dev 200 | |
| https://localhost:3000/assets/cookieconsent/build/cookieconsent.min.css | |
| # In prod 404 |