Skip to content

Commit

Permalink
upload_static: Put the unmangled files on S3 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Nov 15, 2011
1 parent 5acbd95 commit ab243a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/upload_static_files_to_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ def upload(static_root, bucket_name):
for file in files:
absolute_path = os.path.join(root, file)

if os.path.islink(absolute_path):
continue

key_name = os.path.relpath(absolute_path, start=static_root)

type, encoding = mimetypes.guess_type(file)
Expand Down

0 comments on commit ab243a7

Please sign in to comment.