summaryrefslogtreecommitdiff
path: root/src/rebar_erlydtl_compiler.erl
Commit message (Collapse)AuthorAgeFilesLines
* rework elrydtl_compiler to do dependency checking correctly in refactored rebarBryan Fink2010-01-041-40/+55
|
* Another round of refactoring to yield better flexiblity in the base_compiler ↵Dave Smith2010-01-031-4/+5
| | | | system
* Refactor of compilation logic to enable support for package modules and ↵Dave Smith2010-01-021-12/+8
| | | | provide better modularity/reusability for other systems
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
|
* rebar can now compile ErlyDTL files (if erlydtl is installed)Bryan Fink2009-12-221-0/+167
defaults to compiling from templates/*.dtl to ebin/*_dtl.beam see top of rebar_erlydtl_compiler for configuration options