Skip to content

Commit

Permalink
Merge pull request #5306 from benjaoming/favicon-fix
Browse files Browse the repository at this point in the history
favicon.ico missing
  • Loading branch information
benjaoming committed Oct 2, 2016
2 parents 2fdf000 + 116bd88 commit c75529f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -6,7 +6,7 @@ include README.rst
include setup.cfg
include requirements.txt

recursive-include kalite *.html *.txt *.png *.js *.css *.gif *.less *.otf *.svg *.woff *.eot *.ttf *.zip *.json *.handlebars *.woff2 *.mo
recursive-include kalite *.html *.txt *.png *.js *.css *.gif *.less *.otf *.svg *.woff *.eot *.ttf *.zip *.json *.handlebars *.woff2 *.mo *ico
recursive-include kalite/static-libraries *

recursive-include kalite/packages/dist *
Expand Down
1 change: 1 addition & 0 deletions docs/installguide/release_notes.rst
Expand Up @@ -18,6 +18,7 @@ Bug fixes
* Release `.whl` format on PyPi, it installs faster, it's the future. Users will no longer be warned about Wheel incompatibilities when installing from Pip. :url-issue:`5299`
* Test coverage is now tracked by Codecov instead of mostly broken Coveralls.io :url-issue:`5301`
* Activating simplified login results in blank login modal :url-issue:`5255`
* ``favicon.ico`` missing in distributed set of files, little KA green leaf now appears in browser window decorations and shortcuts :url-issue:`5306`

Known issues
^^^^^^^^^^^^
Expand Down

0 comments on commit c75529f

Please sign in to comment.