Skip to content

Commit

Permalink
Set S3Boto as the compressor storage backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Jun 11, 2012
1 parent 342da10 commit 2a47950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publicmeeting/project/settings/__init__.py
Expand Up @@ -227,6 +227,7 @@ def parse_db_url(url_string, spatial=False):
COMPRESS_PRECOMPILERS = (
('text/less', LESSC_PATH + ' {infile} {outfile} -I' + BOOTSTRAP_LESS_DIR),
)
COMPRESS_STORAGE = 'storages.backends.s3boto.S3BotoStorage'

# So that the relative paths stay the same in our LESS as in our compiled CSS,
# dump the compiled/compressed files into the STATIC_URL directory.
Expand Down

0 comments on commit 2a47950

Please sign in to comment.