Skip to content

Commit

Permalink
Fix music import
Browse files Browse the repository at this point in the history
  • Loading branch information
gesteves committed Nov 5, 2017
1 parent 2402d35 commit ef0f3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ This is a static Middleman-based website I’m using as my personal site at [ges

## Useful tasks

* `$ bundle exec rake import`: Runs the tasks to import external data and populate the `data/` and `source/images/` folders with it. It can also import individual sources, such as `rake import:twitter`. The available sources are `twitter`, `instagram`, `photoblog`, `links`, `github`, `spotify`, `goodreads`, `untappd`.
* `$ bundle exec rake import`: Runs the tasks to import external data and populate the `data/` and `source/images/` folders with it. It can also import individual sources, such as `rake import:twitter`. The available sources are `twitter`, `instagram`, `photoblog`, `links`, `github`, `music`, `goodreads`, `untappd`.
* `$ bundle exec rake publish`: Runs the import tasks, builds the site, and syncs it to S3.

© 2014 Guillermo Esteves. Feel free to take a look and use this for your own projects, but please don’t straight up republish my website verbatim.
1 change: 1 addition & 0 deletions lib/import/music.rb
@@ -1,4 +1,5 @@
require 'text'
require 'redis'

module Import
class Music
Expand Down

0 comments on commit ef0f3b3

Please sign in to comment.