Skip to content

Commit

Permalink
ci: Run examples/jk/handlebars in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlespiau committed Jul 12, 2019
1 parent 2fd4b1d commit 53d9f24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/@jkcfg
/examples/**/*.got
/jk
/pkg/__std/*.go
/pkg/__std/lib/assets_vfsdata.go
Expand Down
2 changes: 2 additions & 0 deletions examples/jk/handlebars/test.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm install handlebars@4.1.2
jk generate -o test.got handlebars.js
8 changes: 8 additions & 0 deletions examples/jk/handlebars/test.expected/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

<div class="entry">
<h1>My New Post</h1>
<div class="body">
This is my first post!
</div>
</div>

0 comments on commit 53d9f24

Please sign in to comment.