예제 #1
0
def compress_css():
    print "Compressing stylesheets"
    compress.compress_all_stylesheets()
예제 #2
0
파일: fabfile.py 프로젝트: tghw/WebPutty
def compress_css(path=None):
    if not path:
        path = env.gae_src
    print "Compressing stylesheets"
    compress.compress_all_stylesheets(path)
예제 #3
0
def compress_css():
    print "Compressing stylesheets"
    compress.compress_all_stylesheets()
예제 #4
0
def compress_css(path=None):
    if not path: path = env.gae_src
    print 'Compressing stylesheets'
    compress.compress_all_stylesheets(path)