Skip to content

Commit

Permalink
Converted vendor/mustache into a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk authored and zombor committed Jul 7, 2010
1 parent 8a11891 commit 87b3198
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vendor/mustache"]
path = vendor/mustache
url = git://github.com/bobthecow/mustache.php.git
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

include Kohana::find_file('vendor', 'Mustache');
include Kohana::find_file('vendor', 'mustache/Mustache');
1 change: 1 addition & 0 deletions vendor/mustache
Submodule mustache added at f6c447

0 comments on commit 87b3198

Please sign in to comment.