JakeWharton / twirl-maven-plugin

A Maven plugin which compiles Twirl templates into Scala source files.
Apache License 2.0
40 stars 16 forks source link

fixing problem with not existing template folder #4

Closed mazmaz closed 9 years ago

mazmaz commented 9 years ago

When template folder does not exist compiling templates will cause exception.

JakeWharton commented 9 years ago

I made some slight style tweaks and reverted changing the file permissions from 0644 to 0755 and merged manually to master. Will make a release soon. Thanks!