09706c6e37
Updates the manifest to account for SCSS, and ensures there are no CSS files left in tree. Change-Id: I0d421d931d252d821a7ecf19a750f73b8241c249 Closes-Bug: 1493854
20 lines
648 B
Plaintext
20 lines
648 B
Plaintext
recursive-include doc *.py *.rst *.scss *.js *.html *.conf *.jpg *.gif *.png
|
|
recursive-include horizon *.html *.scss *.js *.csv *.template *.tmpl *.mo *.po
|
|
recursive-include openstack_dashboard *.html *.js *.scss *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template
|
|
recursive-include tools *.py *.sh
|
|
|
|
include AUTHORS
|
|
include ChangeLog
|
|
include LICENSE
|
|
include Makefile
|
|
include manage.py
|
|
include README.rst
|
|
include run_tests.sh
|
|
include tox.ini
|
|
include doc/Makefile
|
|
include doc/source/_templates/.placeholder
|
|
include requirements.txt
|
|
include test-requirements.txt
|
|
|
|
exclude openstack_dashboard/local/local_settings.py
|