Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak requiring logic #221:
require 'tilt/template' will now *NOT* require 'tilt'
require 'tilt' will require 'tilt/template'
  • Loading branch information
judofyr committed Jan 8, 2014
1 parent 53f278a commit 0f29568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/tilt.rb
@@ -1,4 +1,5 @@
require 'tilt/mapping'
require 'tilt/template'

# Namespace for Tilt. This module is not intended to be included anywhere.
module Tilt
Expand Down
1 change: 0 additions & 1 deletion lib/tilt/template.rb
@@ -1,4 +1,3 @@
require 'tilt'
require 'thread'

module Tilt
Expand Down

0 comments on commit 0f29568

Please sign in to comment.