Mercurial > wikked
annotate MANIFEST.in @ 193:f6ab8af58055 0.2.0
UI improvements to page editing:
- Fixed problems with element sizing.
- Fixed preview of meta properties.
- Renamed `@color-footer` to `@color-gray`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 06 Feb 2014 08:00:05 -0800 |
parents | 81e39ae8aef0 |
children |
rev | line source |
---|---|
162
81e39ae8aef0
Fixed missing files from the Pypi package and the production build.
Ludovic Chabant <ludovic@chabant.com>
parents:
161
diff
changeset
|
1 include wikked/resources/* |
81e39ae8aef0
Fixed missing files from the Pypi package and the production build.
Ludovic Chabant <ludovic@chabant.com>
parents:
161
diff
changeset
|
2 include wikked/templates/*.html |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 include wikked/static/css/wikked.min.css |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 include wikked/static/img/*.png |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 include wikked/static/js/require.js |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 include wikked/static/js/wikked.min.js |
162
81e39ae8aef0
Fixed missing files from the Pypi package and the production build.
Ludovic Chabant <ludovic@chabant.com>
parents:
161
diff
changeset
|
7 include wikked/static/js/pagdown/*.js |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 |