costa-vite-myna/config/directory.py

18 lines
355 B
Python

from core import template
page = {
'public' :'pages/public'
}
static = [
# {
# "route" :"/css/<filepath:re:.*\.(css|sass|css.map)>",
# "root" :"./static/css"
# },
{
"route" :"/assets/<filepath:re:.*\.(js|css|json|svg|woff2?)>",
"root" :"./static/vue/assets"
}
]
template.add(static, "templates")