Skip to content

Commit

Permalink
Fix stylus, add a Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Feb 13, 2016
1 parent b6505bd commit 2a9ba0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bundle exec thin start -p $PORT
1 change: 1 addition & 0 deletions admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
require 'sinatra/config_file'
require 'active_support/json'
require 'app/abba'
require 'stylus/sprockets'

config_file 'config.yml'

Expand Down

0 comments on commit 2a9ba0d

Please sign in to comment.