mmontone / djula

Common Lisp port of the Django templating language
http://mmontone.github.io/djula/djula
MIT License
152 stars 21 forks source link

Disable live template updates #35

Closed eudoxia0 closed 8 years ago

eudoxia0 commented 8 years ago

I'm writing this app that's deployed as an executable, and so it would be pretty useful to have a way to tell Djula to not try and find the file for a Djula template once it's been compiled for the first time.

mmontone commented 8 years ago

You can do that with (push :djula-prod features)

eudoxia0 commented 8 years ago

Thanks! Is this documented anywhere that I should have checked before opening this?