Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
explicitly require Sass and CoffeeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Mar 18, 2013
1 parent ce011f3 commit b376a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# encoding: utf-8
require 'sinatra'
require 'sass'
require 'coffee-script'

use Rack::Static, :urls => %w[/favicon.ico /apple-touch-icon], :root => 'public'

Expand Down

0 comments on commit b376a33

Please sign in to comment.