mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +08:00
重命名 getmdl-select.js 使得最后再拼接它
This commit is contained in:
@@ -35,7 +35,7 @@ def pack(path, name):
|
|||||||
s += ("/*%s*/\n" % fn).encode('utf-8')
|
s += ("/*%s*/\n" % fn).encode('utf-8')
|
||||||
s += open(fn, 'rb').read()
|
s += open(fn, 'rb').read()
|
||||||
gz_gen(s, name)
|
gz_gen(s, name)
|
||||||
|
|
||||||
pack('web/*.js', 'js_pack')
|
pack('web/*.js', 'js_pack')
|
||||||
pack('web/*.css', 'css_pack')
|
pack('web/*.css', 'css_pack')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user