issues
search
Joker
/
jade
Jade.go - pug template engine for Go (golang)
BSD 3-Clause "New" or "Revised" License
354
stars
37
forks
source link
Important fixes
#34
Closed
kataras
closed
4 years ago
kataras
commented
4 years ago
Do
NOT
change current working directory by any
os.Chdir
call
Use a smarter way to catch sub templates (no need of
os.Chdir
anymore)
Fixes force-reading from system directory, add a new
ReadFunc
on
Tree
and a new
NewWithReadFunc
package-level function.
Fixes:
https://github.com/Joker/jade/issues/33
https://github.com/kataras/iris/issues/1450
os.Chdir
callos.Chdir
anymore)ReadFunc
onTree
and a newNewWithReadFunc
package-level function.Fixes: