Skip to content

Commit

Permalink
Will this keep Heroku happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Dec 31, 2015
1 parent f09f92d commit 34d3900
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/dashboard/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class App < Sinatra::Base

serve '/css', from: '../assets/css'
css :application, [
'/css/styles.css'
'/css/application.css'
]

js_compression :jsmin
Expand Down
3 changes: 1 addition & 2 deletions lib/dashboard/racks.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module Dashboard
class App < Sinatra::Base

use(Rack::Conneg) do |conneg|
use Rack::Conneg do |conneg|
conneg.set :accept_all_extensions, false
conneg.set :fallback, :html
conneg.ignore('/css/')
Expand Down

0 comments on commit 34d3900

Please sign in to comment.