[#187,make][xs]: list minify as option in the help.
This commit is contained in:
2
make
2
make
@@ -37,7 +37,7 @@ def minify():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if not len(sys.argv) > 1:
|
if not len(sys.argv) > 1:
|
||||||
print 'make cat | docs | all'
|
print 'make cat | docs | minify | all'
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
action = sys.argv[1]
|
action = sys.argv[1]
|
||||||
if action == 'cat':
|
if action == 'cat':
|
||||||
|
|||||||
Reference in New Issue
Block a user