資源簡介
代碼片段和文件信息
#!/usr/bin/python2.6
#?@author:?allenm?oldj
#
#?@link:?https://github.com/allenm/js-css-compressor
#?@link:?https://github.com/oldj/js-css-compressor
#
import?httplib
import?urllib
import?sys
import?os
#?Define?the?parameters?for?the?POST?request?and?encode?them?in
#?a?URL-safe?format.
def?compressor(savename?filenames):
????‘‘‘?compressor?and?combine?the?javascript?files.?This?script?use?the?google?closure?REST?API?‘‘‘
????filenames?=?(v.strip()?for?v?in?filenames.split(“;“))
????code?=?[]
????for?fn?in?filenames:
????????if?fn.startswith(‘http://‘):
????????????#?url
????????????code.append((‘code_url‘?fn))
????????else:
????????????#?local?file
????????????if?not?os.path.isfile(fn):
????????????????print?‘ERROR:?“%s“?is?not?a?valid?file!‘?%?fn
??????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????????57??2019-10-04?18:12??.gitignore
?????文件????????2239??2019-10-04?18:12??README.md
?????目錄???????????0??2019-10-04?18:12??build\
?????文件????????1150??2019-10-04?18:12??build\favicon.ico
?????文件?????????262??2019-10-04?18:12??build\readme.txt
?????文件???????47324??2019-10-04?18:12??build\td-pkg-min.js
?????文件????????1915??2019-10-04?18:12??build\td.html
?????目錄???????????0??2019-10-04?18:12??screenshots\
?????文件???????11192??2019-10-04?18:12??screenshots\1.png
?????文件???????21643??2019-10-04?18:12??screenshots\2.png
?????文件???????14261??2019-10-04?18:12??screenshots\3.png
?????文件???????22226??2019-10-04?18:12??screenshots\4.png
?????文件????????9089??2019-10-04?18:12??screenshots\5.png
?????文件???????19634??2019-10-04?18:12??screenshots\6.png
?????文件???????18793??2019-10-04?18:12??screenshots\7.png
?????目錄???????????0??2019-10-04?18:12??src\
?????目錄???????????0??2019-10-04?18:12??src\css\
?????文件?????????750??2019-10-04?18:12??src\css\c.css
?????文件????????1150??2019-10-04?18:12??src\favicon.ico
?????目錄???????????0??2019-10-04?18:12??src\js\
?????文件????????1675??2019-10-04?18:12??src\js\td-cfg-buildings.js
?????文件????????4259??2019-10-04?18:12??src\js\td-cfg-monsters.js
?????文件????????6159??2019-10-04?18:12??src\js\td-data-stage-1.js
?????文件????????3863??2019-10-04?18:12??src\js\td-element.js
?????文件????????4356??2019-10-04?18:12??src\js\td-event.js
?????文件????????4869??2019-10-04?18:12??src\js\td-lang.js
?????文件????????2385??2019-10-04?18:12??src\js\td-msg.js
?????文件???????13742??2019-10-04?18:12??src\js\td-obj-building.js
?????文件????????7023??2019-10-04?18:12??src\js\td-obj-grid.js
?????文件????????9470??2019-10-04?18:12??src\js\td-obj-map.js
?????文件????????6099??2019-10-04?18:12??src\js\td-obj-monster.js
............此處省略10個文件信息
評論
共有 條評論