Skip to content

Commit

Permalink
remove block/element templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Aug 8, 2017
1 parent 437ef6f commit 4143b18
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ all: ast/booklit.peg.go render/bindata.go
ast/booklit.peg.go: ast/booklit.peg
pigeon -o ast/booklit.peg.go ast/booklit.peg

render/bindata.go: render/html/*.tmpl
render/bindata.go: render/html render/html/*.tmpl
go-bindata -o render/bindata.go -pkg render render/html/*.tmpl
94 changes: 24 additions & 70 deletions render/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion render/html/block.tmpl

This file was deleted.

1 change: 0 additions & 1 deletion render/html/element.tmpl

This file was deleted.

0 comments on commit 4143b18

Please sign in to comment.