Skip to content

Commit

Permalink
include test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jun 28, 2016
1 parent 6799fd0 commit 274c883
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Sources/main.swift
Packages
.build
Resources
*.xcodeproj
1 change: 1 addition & 0 deletions Resources/Views/Includes/test-include-a.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a
1 change: 1 addition & 0 deletions Resources/Views/Includes/test-include-b.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b
5 changes: 5 additions & 0 deletions Resources/Views/test-view.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{>a}}

Hello, {{name}}

{{>b}}

0 comments on commit 274c883

Please sign in to comment.