資源簡介
HTML5 塔防游戲 實(shí)例
代碼片段和文件信息
#!/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
????????????????return?False
????????????code.append((‘js_code‘?open(fn).read()))
????code.extend([
????????????(‘compilation_level‘?‘SIMPLE_OPTIMIZATIONS‘)
????????????(‘output_format‘?‘text‘)
????????????(‘output_info‘?‘compil
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????52??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\.gitignore
?????文件???????2640??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\README.md
?????文件???????2033??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\tools\compressor.py
?????文件????????307??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\tools\countjslines.py
?????文件???????1839??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\tools\deploy.py
?????文件???????1150??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\favicon.ico
?????文件???????2453??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\td.html
????..A.SH.??????3072??2011-04-01?08:17??oldj-html5-tower-defense-5b206ae\src\Thumbs.db
?????文件???????1796??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-cfg-buildings.js
?????文件???????4440??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-cfg-monsters.js
?????文件???????6308??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-data-stage-1.js
?????文件???????3713??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-element.js
?????文件???????4162??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-event.js
?????文件???????5072??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-lang.js
?????文件???????2561??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-msg.js
?????文件??????13602??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-obj-building.js
?????文件???????7158??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-obj-grid.js
?????文件???????9091??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-obj-map.js
?????文件???????9268??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-obj-monster.js
?????文件??????10917??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-obj-panel.js
?????文件???????5798??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-render-buildings.js
?????文件???????7769??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-stage.js
?????文件???????5358??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td-walk.js
?????文件???????6184??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\js\td.js
?????文件????????794??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\src\css\c.css
?????文件??????11192??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\screenshots\1.png
?????文件??????21643??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\screenshots\2.png
?????文件??????14261??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\screenshots\3.png
?????文件??????22226??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\screenshots\4.png
?????文件???????9089??2011-01-19?01:41??oldj-html5-tower-defense-5b206ae\screenshots\5.png
............此處省略19個(gè)文件信息
評(píng)論
共有 條評(píng)論