重命名 getmdl-select.js 使得最后再拼接它

This commit is contained in:
zogodo
2020-04-22 16:01:32 +08:00
parent a97bb35172
commit ded9455390
2 changed files with 1 additions and 1 deletions

View File

@@ -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')