DEPLOYING YOUR ANGULAR/SINATRA APP ON HEROKU
-
$ mkdir publiccreate a public folder -
$ mv bower_components public/bower_components(don't forget to change the gitignore file!!) you need to move your bower components to the public -
folder and also any stylesheets or anything you will want to require in your http.
-
Create Gemfile
source 'https://rubygems.org'