1
0
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:
sametmax 2014-06-22 12:02:17 +07:00
parent eda8c4ae22
commit 1a0426881a
6 changed files with 6 additions and 4 deletions

View File

@ -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.

View File

@ -31,7 +31,6 @@ setup(
'cherrypy',
'bottle',
'clize',
'privilege'
],
include_package_data=True,
dependency_links=[

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long