def uglification_cmd():
    return xwhich("uglifyjs", also_look=uglification_node_lib_cmds())
Exemplo n.º 2
0
def uglification_cmd():
    return xwhich('uglifyjs', also_look=uglification_node_lib_cmds())
def coffeescript_cmd():
    return xwhich("coffee", also_look=coffeescript_node_lib_cmds())
Exemplo n.º 4
0
def coffeescript_cmd():
    return xwhich('coffee', also_look=coffeescript_node_lib_cmds())