Skip to content

Commit

Permalink
vanilla/static isn't available until vanilla itself is.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Aug 29, 2011
1 parent fea1173 commit 0c274d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pristine_app/config.ru
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require "application"

# If you're running your site under a proper webserver, you probably don't need this.
require 'vanilla/static'
use Vanilla::Static, File.join(File.dirname(__FILE__), 'public')

require "application"
run Application.new

0 comments on commit 0c274d4

Please sign in to comment.