Skip to content

Commit

Permalink
Merge pull request #100 from kprzerwa/theme-overwrite
Browse files Browse the repository at this point in the history
global: ILS theme overwrite
  • Loading branch information
kpsherva committed Jun 15, 2020
2 parents 1bc8ea8 + 9f33be1 commit 6174b21
Show file tree
Hide file tree
Showing 103 changed files with 1,695 additions and 965 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@

addons:
chrome: stable # https://docs.travis-ci.com/user/chrome

# Chrome Webdriver fails if not on sudo
# See https://github.com/travis-ci/travis-ci/issues/8836
sudo: true

dist: trusty # Chrome driver fails if not trusty dist
postgresql: "9.6"

notifications:
email: # sent to the committer and the author
Expand All @@ -31,8 +26,6 @@ services:
- postgresql
- redis
- rabbitmq
addons:
postgresql: "9.6"

env:
global:
Expand All @@ -47,7 +40,7 @@ before_install:
- "wget -O - $ES7_DOWNLOAD_URL | tar xz --directory=/tmp/elasticsearch --strip-components=1"
- "/tmp/elasticsearch/bin/elasticsearch &"
- "sleep 20"
- "nvm install 6; nvm use 6"
- "nvm install 12; nvm use 12"
- "travis_retry pip install --upgrade pip setuptools py pipenv"
- "travis_retry pip install twine wheel coveralls"

Expand Down
15 changes: 15 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,18 @@ recursive-include cds_books *.png *.jpg *.svg
recursive-include docker *.cfg *.conf *.crt *.ini *.key *.pem *.sh
recursive-include tests *.json
recursive-include tests *.py
recursive-include ui *.config
recursive-include ui *.env
recursive-include ui *.eslintrc
recursive-include ui *.html
recursive-include ui *.ico
recursive-include ui *.js
recursive-include ui *.json
recursive-include ui *.less
recursive-include ui *.md
recursive-include ui *.overrides
recursive-include ui *.png
recursive-include ui *.prettierignore
recursive-include ui *.prettierrc
recursive-include ui *.txt
recursive-include ui *.variables
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ invenio-oauthclient = {editable = true, git = "https://github.com/inveniosoftwar

[dev-packages]
Flask-Debugtoolbar = ">=0.10.1"
Sphinx = ">=1.5.1"
Sphinx = ">=3.1.1"
check-manifest = ">=0.35"
coverage = ">=4.4.1"
isort = ">=4.3"
Expand Down
Loading

0 comments on commit 6174b21

Please sign in to comment.