Пример #1
0
def compress_css():
    print "Compressing stylesheets"
    compress.compress_all_stylesheets()
Пример #2
0
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)