Skip to content

Commit

Permalink
Merge pull request #4513 from learningequality/0.15.x
Browse files Browse the repository at this point in the history
0.15.x into central-develop
  • Loading branch information
rtibbles committed Oct 8, 2015
2 parents 90d20c6 + ad623e4 commit d7cdc84
Show file tree
Hide file tree
Showing 177 changed files with 1,128 additions and 1,871 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ dist-packages-temp/
dist-packages-downloads/
dist-packages/

# Generated by kalite manage setup
secretkey.txt

# User cache data generated at runtime
cache/

Expand Down
15 changes: 10 additions & 5 deletions MANIFEST.in.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,23 @@ include README.rst
include setup.cfg
include requirements.txt

recursive-include kalite *.html *.txt *.png *.js *.css *.gif *.less *.mo *.po *.otf *.svg *.woff *.eot *.ttf *.zip *.json *.handlebars
recursive-include kalite *.html *.txt *.png *.js *.css *.gif *.less *.otf *.svg *.woff *.eot *.ttf *.zip *.json *.handlebars

# This can be a huge problem when creating an sdist from
# a local development environment
recursive-exclude kalite/static *

exclude kalite/local_settings.py
exclude kalite/settings/local_settings.py
exclude kalite/private_key.pem
exclude kalite/secrets.py
# Not doing this anymore
# exclude kalite/local_settings.py
# exclude kalite/settings/local_settings.py
# exclude kalite/private_key.pem
# exclude kalite/secrets.py

# Data files, these are not picked up by sdist unless listed here
recursive-include python-packages *
recursive-include static-libraries *
recursive-include data *

# Necessary because it's a data directory so they
# do not get automatically excluded
recursive-exclude python-packages *pyc
2 changes: 1 addition & 1 deletion data/khan/contents.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/khan/exercises.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/khan/topics.json

Large diffs are not rendered by default.

Loading

0 comments on commit d7cdc84

Please sign in to comment.