예제 #1
0
파일: demo.py 프로젝트: fooby/mirror-dom
def static(filepath):
    """ Static files """
    return bottle.static_file(filepath, root=STATIC_PATH)
예제 #2
0
def static(filepath):
    """ Static files """
    return bottle.static_file(filepath, root=STATIC_PATH)
예제 #3
0
파일: demo.py 프로젝트: fooby/mirror-dom
def js_static(filepath):
    """ Static mirrordom js files """
    return bottle.static_file(filepath, root=MIRRORDOM_JS_PATH)
예제 #4
0
def js_static(filepath):
    """ Static mirrordom js files """
    return bottle.static_file(filepath, root=MIRRORDOM_JS_PATH)