Skip to content

Commit 1a04268

Browse files
committed
Made 0.4 release easily installable
Static files are compressed Mention of compress.sh in README Privilege is now an embeded dependancy.
1 parent eda8c4a commit 1a04268

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ For small fixes (typo and such), you can work on master.
113113

114114
For features, you should create a dedicated branch.
115115

116+
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).
117+
116118
We don't require you to rebase/merge, ordinary merging is alright.
117119

118120
Once it's ready, just request a PR.
121+

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'cherrypy',
3232
'bottle',
3333
'clize',
34-
'privilege'
3534
],
3635
include_package_data=True,
3736
dependency_links=[

zerobin/default_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
######## NOT SETTINGS, JUST BOILER PLATE ##############
77
import os
88

9-
VERSION = '0.4'
9+
VERSION = '0.4.1'
1010
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
1111
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')
1212

File renamed without changes.

zerobin/static/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zerobin/static/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)