Skip to content

danwaz/spotify-middleman-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Middleman Bootstrap

Spotify Middleman Bootstrap is a Middleman template for creating Spotify Apps in Haml, Sass, and Coffeescript!

Requirements

  • Middleman gem install middleman
  • Bundler gem install bundler
  • Ruby 1.9.x recommended
  • Spotify Dev Account

Install

Clone project into ~/.middleman folder.

Usage

Create a new Middleman project.

middleman init MySpotifyApp --template=spotify-middleman-bootstrap

Run bundler in /MyStotifyApp folder.

bundle install

Automatic Build

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.

Resources

About

Middleman Template for Spotify Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published