Spotify Middleman Bootstrap is a Middleman template for creating Spotify Apps in Haml, Sass, and Coffeescript!
- Middleman
gem install middleman
- Bundler
gem install bundler
- Ruby 1.9.x recommended
- Spotify Dev Account
Clone project into ~/.middleman
folder.
Create a new Middleman project.
middleman init MySpotifyApp --template=spotify-middleman-bootstrap
Run bundler in /MyStotifyApp
folder.
bundle install
Open spotify_build.sh
and modify the appDirectory
variable. This is the folder your app is saved to and the name used to access your app in the Spotify client.
Make spotify_build.sh
executable.
chmod +x spotify_build.sh
Run guard
in /MyStotifyApp
folder.
After each save, your project will be built and copied to the ~/Spotify
directory.