mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Made 0.4 release easily installable
Static files are compressed Mention of compress.sh in README Privilege is now an embeded dependancy.
This commit is contained in:
parent
eda8c4ae22
commit
1a0426881a
@ -113,6 +113,9 @@ For small fixes (typo and such), you can work on master.
|
||||
|
||||
For features, you should create a dedicated branch.
|
||||
|
||||
In any case, if you modify Javascript or CSS files, you shall run compress.sh afterward to provide the minified files. It requires your to have yui-compressor installed (apt-get install yui-compressor on the debian family).
|
||||
|
||||
We don't require you to rebase/merge, ordinary merging is alright.
|
||||
|
||||
Once it's ready, just request a PR.
|
||||
|
||||
|
1
setup.py
1
setup.py
@ -31,7 +31,6 @@ setup(
|
||||
'cherrypy',
|
||||
'bottle',
|
||||
'clize',
|
||||
'privilege'
|
||||
],
|
||||
include_package_data=True,
|
||||
dependency_links=[
|
||||
|
@ -6,7 +6,7 @@
|
||||
######## NOT SETTINGS, JUST BOILER PLATE ##############
|
||||
import os
|
||||
|
||||
VERSION = '0.4'
|
||||
VERSION = '0.4.1'
|
||||
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')
|
||||
|
||||
|
2
zerobin/static/css/style.min.css
vendored
2
zerobin/static/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
2
zerobin/static/js/main.min.js
vendored
2
zerobin/static/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user